-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
What happened?
I unfortunately don't have a minimal repro for this, but version 1.80.8 has introduced an error when request_kwargs['tools'] is None (specifically in #17500 ).
A fix would be for this line to instead use request_kwargs.get('tools') or []:
litellm/litellm/router_utils/common_utils.py
Line 113 in dcf5217
| tools = request_kwargs.get("tools", []) |
Relevant log output
Are you a ML Ops Team?
Yes
What LiteLLM version are you on ?
v1.80.8
Twitter / LinkedIn details
No response