Merge pull request #441 from zhefox/aether-rust-pioneer

fix: add codex reasoning defaults and stream rewrite tests
This commit is contained in:
fawney19
2026-05-14 00:35:45 +08:00
committed by GitHub
9 changed files with 828 additions and 26 deletions

View File

@@ -144,10 +144,12 @@ fn local_openai_responses_wrapper_preserves_body_order_after_edits() {
"include",
"reasoning",
"tool_choice",
"parallel_tool_calls",
"instructions",
"prompt_cache_key",
]
);
assert_eq!(provider_request_body["parallel_tool_calls"], true);
}
#[test]