Describe the solution you'd like
- ADK Python allows for parallel tool calls, a big performance boost when considering LLM interpretation steps between each tool call.
- It'd be great to support this in
adk-js as well.
- Currently, every tool call is sequential.
Describe the solution you'd like
adk-jsas well.