-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hoc2023: AI modal #652
hoc2023: AI modal #652
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -1119,7 +1119,25 @@ module.exports = class DanceParty { | |||
} | |||
|
|||
// Called when executing the AI block. | |||
async ai(value) { | |||
ai(params) { | |||
console.log('handle AI:', params); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you intend to leave this print statements here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I have found them useful for development, for now. We can probably remove when we get closer to done.
This adds support for the Dance Party AI modal being added in code-dot-org/code-dot-org#53889.