feat: ensure session ID header is sent in Response API request (#1614)

Include the current session id in Responses API requests.
This commit is contained in:
pakrym-oai
2025-07-18 09:59:07 -07:00
committed by GitHub
parent 9cedeadf6a
commit 6f2b01bb6b
3 changed files with 123 additions and 0 deletions

View File

@@ -591,6 +591,7 @@ async fn submission_loop(
provider.clone(),
model_reasoning_effort,
model_reasoning_summary,
session_id,
);
// abort any current running session and clone its state