You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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