Skip to content

Commit

Permalink
Added button on tutorial card to ask for help
Browse files Browse the repository at this point in the history
  • Loading branch information
randi-c-dubs committed Nov 15, 2023
1 parent 1aa219a commit 990dad4
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 129 deletions.
1 change: 1 addition & 0 deletions extensions/src/scratch3_jibo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export default class Scratch3Jibo extends Extension<Details, Blocks> {
this.runtime.registerPeripheralExtension(EXTENSION_ID, this);
this.runtime.connectPeripheral(EXTENSION_ID, 0);
this.runtime.on("TUTORIAL_CHANGED", this.updateTutorial.bind(this));
this.runtime.on("JIBO_HELP_REQUESTED", this.jiboGPTAskFn.bind(this));

this.ros = null;
this.connected = false;
Expand Down
Loading

0 comments on commit 990dad4

Please sign in to comment.