Files
crewAI/lib
nicoferdi96 c4445d6098 fix(gemini): group parallel function_response parts in a single Content object
When Gemini makes N parallel tool calls, the API requires all N function_response parts in one Content object. Previously each tool result created a separate Content, causing 400 INVALID_ARGUMENT errors. Merge consecutive function_response parts into the existing Content instead of appending new ones.
2026-03-04 10:55:26 +01:00
..
2026-02-27 09:44:47 -05:00