Replies: 1 comment 6 replies
-
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: The behavior you're observing is expected. Hello! I'm an AI assistant, and I'm here to help you with your question about Based on the information I found, the In your case, the agent calls To resolve this, you need to implement a client that interacts with the agent. This client will:
A great example of how to implement this client-side logic can be found in the By implementing a similar client-side logic, your agent will be able to proceed through the sequence of tool calls as you intended. I hope this helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently trying to set up a couple of (sub)agents that have long running function tools. I've instructed them to call these functions in a specific sequence based on the information the agent gathered from the user. However, any tool user response after the initial tool user response, doesn't seem to be processed by the agent and it always asks the same question again, however no longer with initiating the function call, so it kind of gets stuck.
At first I thought this had to do with my runtime-layer, but it also happens when testing it via the ADK Web utility.
I've tried many things, but somehow, I can't get this to work. I've shared a simple agent example and I can't figure out what I would be doing wrong. Is there anything crucial that I am currently missing? Any advice on chaining these calls in general?
I've added an "anonymised" sample below, to kind of share what I'm trying to accomplish.
Beta Was this translation helpful? Give feedback.
All reactions