mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
Add collaboration_mode override to turns (#9408)
This commit is contained in:
@@ -78,6 +78,7 @@ async fn user_turn_includes_skill_instructions() -> Result<()> {
|
||||
model: session_model,
|
||||
effort: None,
|
||||
summary: codex_protocol::config_types::ReasoningSummary::Auto,
|
||||
collaboration_mode: None,
|
||||
})
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user