Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sessions/persisting-sessions/storage-control.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |


Expand Down