You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(litellm): cover None and empty-string tool-call arguments
Add regression tests for the lite_llm._message_to_generate_content_response
fallback path: tool calls with arguments=None or arguments="" should
produce a function call with empty args (rather than being skipped as
malformed JSON). The or {} fallback in the fix already handles these,
but the behavior was previously untested.
0 commit comments