docs: note session continuity for previous_response_id chains (#10060)

This commit is contained in:
Teknium
2026-04-14 21:07:37 -07:00
committed by GitHub
parent 5cbb45d93e
commit 2871ef1807

View File

@@ -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