Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills authored May 18, 2024
1 parent b265a25 commit 78fa390
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,3 @@ Now you can run the following commands:
./bin/setup
./bin/test
```
## Scratch
```javascript
const thread = Thread.create();
const assistant = await MyAssistant.create();
const output = assistant.ask("Hi, how are you?", thread.id);
```

0 comments on commit 78fa390

Please sign in to comment.