Skip to content

Commit d682691

Browse files
icecrasher321waleedlatif1
authored andcommitted
update docs
1 parent 7a1074f commit d682691

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/docs/content/docs/en/tools/memory.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Retrieve memory by conversation ID.
5858

5959
### `memory_get_all`
6060

61-
Retrieve all memories for the current workflow.
61+
Retrieve all memories for the current workspace.
6262

6363
#### Output
6464

@@ -98,6 +98,6 @@ When using memory with an Agent block, you can configure how conversation histor
9898

9999
## Notes
100100

101-
- Memory is scoped per workflow—different workflows have separate memory stores
102-
- The `conversationId` is your responsibility to manage (e.g., use session IDs, user IDs, or UUIDs)
101+
- Memory is scoped per workspace—workflows in the same workspace share the memory store
102+
- Use unique `conversationId` values to keep conversations separate (e.g., session IDs, user IDs, or UUIDs)
103103
- System messages belong in the Agent block configuration, not in memory

0 commit comments

Comments
 (0)