[Agents] Parallel tool execution fails #8440
Answered
by
danny-avila
mmalinov
asked this question in
Troubleshooting
-
Beta Was this translation helpful? Give feedback.
Answered by
danny-avila
Jul 14, 2025
Replies: 1 comment 5 replies
-
It seems to be only an issue for Gemini, and I confirmed it with raw API calls, without too much LC-specific logic in the mix. You can even see it in your logs:
The LLM/Google is essentially combining all the tool call fields into each "parallel" call, which creates the malformed args error. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this change is enough to fix it: danny-avila/agents@65b2f36
#8458