Skip to content

Commit 9ae440f

Browse files
ouiliameclaude
andcommitted
docs(blocks): cross-link the Memory block from the Agent memory section
Final loss audit found the old page's pointer from built-in agent memory to the standalone Memory block had been dropped; one line restores it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8b4bdf8 commit 9ae440f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/content/docs/en/blocks/agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Built-in conversation memory, kept across runs by a conversation ID:
5353
- **Sliding window (messages).** The most recent N messages.
5454
- **Sliding window (tokens).** Recent messages up to a token budget.
5555

56-
Memory needs a conversation ID to persist between runs.
56+
Memory needs a conversation ID to persist between runs. For memory that's shared across workflows or managed as its own store, use the [Memory](/integrations/memory) block instead.
5757

5858
### Response Format
5959

0 commit comments

Comments
 (0)