Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Jul 20, 2023
1 parent a3b09e1 commit e8c47cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/griptape-framework/tools/tool-memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Here is an end-to-end example of how memory can be used in unison with multiple
```python
from griptape.memory.tool import TextToolMemory, BlobToolMemory
from griptape.structures import Agent
from griptape.tools import WebScraper, FileManager, TextBrowserTool
from griptape.tools import WebScraper, FileManager, ToolOutputProcessor

"""
Define tool memory for storing textual and
Expand Down

0 comments on commit e8c47cb

Please sign in to comment.