From fae6fe5241c72836cf885493455dca83188ee0c2 Mon Sep 17 00:00:00 2001 From: jsxz Date: Sat, 21 Mar 2026 09:25:20 +0800 Subject: [PATCH] Update storage-control.mdx --- sessions/persisting-sessions/storage-control.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sessions/persisting-sessions/storage-control.mdx b/sessions/persisting-sessions/storage-control.mdx index 71d471d55..100caabdc 100644 --- a/sessions/persisting-sessions/storage-control.mdx +++ b/sessions/persisting-sessions/storage-control.mdx @@ -40,7 +40,7 @@ Your metrics will still show the actual tokens used, including the removed tool | Flag | Default | What It Controls | Impact When Disabled | |------|---------|------------------|---------------------| | `store_media` | `True` | Images, videos, audio, files uploaded by users | Media not persisted to database | -| `store_tool_messages` | `True` | Tool calls and their results (also removes corresponding assistant messages) | Tool execution details not stored, saves significant space | +| `store_tool_messages` | `True` | Tool calls and their results | Tool execution details not stored, saves significant space | | `store_history_messages` | `False` | Historical messages from previous runs | Old history not stored, only current run persisted |