[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-05-24 15:55:35 +00:00
commit fbdd4e58e0

View file

@ -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