mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
docs: note session continuity for previous_response_id chains (#10060)
This commit is contained in:
parent
5cbb45d93e
commit
2871ef1807
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ Chain responses to maintain full context (including tool calls) across turns:
|
|||
}
|
||||
```
|
||||
|
||||
The server reconstructs the full conversation from the stored response chain — all previous tool calls and results are preserved.
|
||||
The server reconstructs the full conversation from the stored response chain — all previous tool calls and results are preserved. Chained requests also share the same session, so multi-turn conversations appear as a single entry in the dashboard and session history.
|
||||
|
||||
#### Named conversations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue