feat: xhigh reasoning for gpt-5.2 (#6735)

This commit is contained in:
Ari Webb
2025-12-11 17:13:06 -08:00
committed by Caren Thomas
parent bffb9064b8
commit fecf503ad9
7 changed files with 105 additions and 74 deletions

View File

@@ -367,7 +367,7 @@ def test_reasoning_toggle_by_provider(
expected_enable_reasoner: bool,
expected_put_inner_thoughts_in_kwargs: bool,
expected_max_reasoning_tokens: int,
expected_reasoning_effort: Optional[Literal["none", "minimal", "low", "medium", "high"]],
expected_reasoning_effort: Optional[Literal["none", "minimal", "low", "medium", "high", "xhigh"]],
):
model_endpoint_type, model = handle.split("/")
config = LLMConfig(