refac: add reasoning_effort to azure supported params

This commit is contained in:
Timothy Jaeryang Baek 2025-11-19 14:59:20 -05:00
parent c49bcc65c4
commit c2f889cf9a

View file

@ -763,6 +763,7 @@ def get_azure_allowed_params(api_version: str) -> set[str]:
"response_format",
"seed",
"max_completion_tokens",
"reasoning_effort",
}
try: