mirror of
https://github.com/openai/codex.git
synced 2026-06-01 19:02:59 +00:00
Add turn context to UserInput
This commit is contained in:
@@ -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")?;
|
||||
|
||||
Reference in New Issue
Block a user