Closed
Description
When using Gemini, only registered tools will be called by the LLM. The logic for starting a new managed agent is hidden in the call tool code and the managed agents aren't themselves exposed as tools. This means that tool calling agents cannot start managed agents on gemini
This is not a problem for the code agent as it doesn't directly make tool calls in the same way