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 cd91e81 commit a132f26Copy full SHA for a132f26
docs/ui/web.md
@@ -142,3 +142,9 @@ Available builtin tools:
142
- `image_generation` - Image generation
143
- `web_fetch` - Fetch content from URLs
144
- `memory` - Persistent memory across conversations
145
+
146
+!!! note "Memory Tool Requirements"
147
+ The `memory` tool requires the agent to have memory configured via the
148
+ `memory` parameter when creating the agent. It cannot be enabled via
149
+ the CLI `-t memory` flag alone - an agent with memory must be provided
150
+ via `--agent`.
0 commit comments