diff --git a/README.md b/README.md index f8aee5f..e8ecc3c 100644 --- a/README.md +++ b/README.md @@ -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); -```