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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user