We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5249ba2 commit 444b8aaCopy full SHA for 444b8aa
README.md
@@ -243,7 +243,7 @@ const agent = new Agent({
243
244
245
await agent.loadTools();
246
-for await (const chunk of agent.run("Hello, how are you?")) {
+for await (const chunk of agent.run("Draw a picture of a cat wearing a top hat. Then caption the picture and read it out loud.")) {
247
console.log(chunk);
248
}
249
```
0 commit comments