Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Jul 18, 2024
1 parent 1f0fc54 commit 4b4dd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/griptape-framework/misc/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pipeline.config.prompt_driver.stream = True
pipeline.add_tasks(ToolkitTask("Based on https://griptape.ai, tell me what griptape is.", tools=[WebScraper(off_prompt=True), TaskMemoryClient(off_prompt=False)]))

for artifact in Stream(pipeline).run():
print(artifact.value, end="", flush=True),
print(artifact.value, end="", flush=True)
```


Expand Down

0 comments on commit 4b4dd74

Please sign in to comment.