mirror of
https://github.com/openai/codex.git
synced 2026-09-20 12:47:38 +00:00
test(core): fix v2 fork_turn payload
This commit is contained in:
@@ -377,7 +377,7 @@ async fn multi_agent_v2_spawn_fork_turns_ignores_child_model_overrides() {
|
||||
Arc::new(turn),
|
||||
"spawn_agent",
|
||||
function_payload(json!({
|
||||
"message": "inspect this repo",
|
||||
"items": [{"type": "text", "text": "inspect this repo"}],
|
||||
"model": "not-a-real-model",
|
||||
"reasoning_effort": "low",
|
||||
"fork_turns": "all",
|
||||
|
||||
Reference in New Issue
Block a user