mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
Add collaboration_mode override to turns (#9408)
This commit is contained in:
@@ -85,6 +85,7 @@ async fn codex_returns_json_result(model: String) -> anyhow::Result<()> {
|
||||
model,
|
||||
effort: None,
|
||||
summary: ReasoningSummary::Auto,
|
||||
collaboration_mode: None,
|
||||
})
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user