fix(utils.py): fix value check
This commit is contained in:
parent
8695cf186d
commit
1cbf851ac2
@ -8786,7 +8786,7 @@ class CustomStreamWrapper:
|
||||
if (
|
||||
"litellm_param_is_function_call" in logging_obj.optional_params
|
||||
and logging_obj.optional_params["litellm_param_is_function_call"]
|
||||
is not None
|
||||
is True
|
||||
):
|
||||
return True
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user