mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(anthropic): state the async entry's first-pass judgment explicitly
This commit is contained in:
parent
0268d01516
commit
ecff0c0a7d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue