Files
crewAI/lib/crewai/tests/llms
Cursor Agent 4cbf7674cb fix: default empty Responses tool-call arguments to {}
Missing or empty Chat Completions tool-call arguments were forwarded
as an empty string, which is invalid JSON for Responses API
function_call items and breaks parse_tool_call_args. Normalize to
"{}" and cover the case in regression tests. Also assert a supplied
tool-call id is preserved as call_id.

Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>
2026-08-05 10:06:25 +00:00
..
2026-06-14 04:19:48 -03:00
2025-10-20 14:10:19 -07:00