Skip to content

Commit a132f26

Browse files
committed
warning about memory tool
1 parent cd91e81 commit a132f26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/ui/web.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,9 @@ Available builtin tools:
142142
- `image_generation` - Image generation
143143
- `web_fetch` - Fetch content from URLs
144144
- `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

Comments
 (0)