style: black formatting

Co-authored-by: Mateo Wang <mateo-berri@users.noreply.github.com>
This commit is contained in:
Cursor Agent 2026-05-03 08:45:08 +00:00 committed by mateo-berri
parent 039b26626f
commit 47031c08d2

View file

@ -1152,8 +1152,7 @@ class AnthropicConfig(AnthropicModelInfo, BaseConfig):
f"'medium', 'high', 'xhigh', 'max', 'none'"
),
model=model,
llm_provider=self.custom_llm_provider
or "anthropic",
llm_provider=self.custom_llm_provider or "anthropic",
)
optional_params["output_config"] = {"effort": mapped_effort}
elif param == "web_search_options" and isinstance(value, dict):