Skip to content
Merged
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
3 changes: 1 addition & 2 deletions history/agent/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ To enable fetching messages from the last N sessions, you need to use the follow

- `search_session_history`: Set this to `True` to allow searching through previous sessions.
- `num_history_sessions`: Specify the number of past sessions to include in the search. In the example below, it is set to `2` to include only the last 2 sessions.
- `num_history_sessions`: Specify the number of past sessions to include in the search.

<Tip>
Keep `num_history_sessions` low (2 or 3) to avoid filling up the context length of the model, which can lead to performance issues.
Expand All @@ -123,4 +122,4 @@ Keep `num_history_sessions` low (2 or 3) to avoid filling up the context length
>
Control how much conversation history is included using num_history_runs.
</Card>
</CardGroup>
</CardGroup>