[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
e0a9b1d76a
commit
fbdd4e58e0
1 changed files with 3 additions and 1 deletions
|
|
@ -522,7 +522,9 @@ class ExternalProviderClient:
|
|||
# service_tier is OpenAI Chat-only on the generic OAI-compat
|
||||
# branch; opt-in via `accepts_service_tier=True` on the registry
|
||||
# entry. Anthropic and Responses handle it in their own helpers.
|
||||
if service_tier is not None and provider_info.get("accepts_service_tier", False):
|
||||
if service_tier is not None and provider_info.get(
|
||||
"accepts_service_tier", False
|
||||
):
|
||||
body["service_tier"] = service_tier
|
||||
if parallel_tool_calls is not None:
|
||||
body["parallel_tool_calls"] = parallel_tool_calls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue