fix(gemini): bridge reasoning_config into thinking_config for chat-completions routes
This commit is contained in:
@@ -8094,6 +8094,7 @@ class AIAgent:
|
||||
supports_reasoning=self._supports_reasoning_extra_body(),
|
||||
github_reasoning_extra=self._github_models_reasoning_extra_body() if _is_gh else None,
|
||||
anthropic_max_output=_ant_max,
|
||||
provider_name=self.provider,
|
||||
)
|
||||
|
||||
def _supports_reasoning_extra_body(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user