Fixes #17672 Changed `request_kwargs.get("tools", [])` to `request_kwargs.get("tools") or []` to handle the case where tools is explicitly set to None. |
||
|---|---|---|
| .. | ||
| pre_call_checks | ||
| test_cooldown_cache.py | ||
| test_router_utils_common_utils.py | ||
Fixes #17672 Changed `request_kwargs.get("tools", [])` to `request_kwargs.get("tools") or []` to handle the case where tools is explicitly set to None. |
||
|---|---|---|
| .. | ||
| pre_call_checks | ||
| test_cooldown_cache.py | ||
| test_router_utils_common_utils.py | ||