Skip to content

Commit 444b8aa

Browse files
authored
Update README.md
1 parent 5249ba2 commit 444b8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ const agent = new Agent({
243243

244244

245245
await agent.loadTools();
246-
for await (const chunk of agent.run("Hello, how are you?")) {
246+
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.")) {
247247
console.log(chunk);
248248
}
249249
```

0 commit comments

Comments
 (0)