fix(anthropic): state the async entry's first-pass judgment explicitly

This commit is contained in:
Tin Chi Lo 2026-07-18 16:53:44 -07:00
parent 0268d01516
commit ecff0c0a7d

View file

@ -522,6 +522,7 @@ async def acompletion(
model=model,
custom_llm_provider=cast(Optional[str], custom_llm_provider), # cast-ok: read from untyped kwargs
tools=tools,
is_first_pass=True,
)
if isinstance(litellm_logging_obj, LiteLLMLoggingObj) and (