Add turn context to UserInput

This commit is contained in:
Eric Traut
2026-05-16 14:16:20 -07:00
parent 061a614d85
commit 3b1b54ace7
38 changed files with 392 additions and 13 deletions

View File

@@ -293,6 +293,7 @@ async fn run_turn(thread: &CodexThread, thread_id: &str, prompt: String) -> anyh
environments: None,
final_output_json_schema: None,
responsesapi_client_metadata: None,
turn_context: Default::default(),
})
.await
.context("submit user input")?;