-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
question[Component] This issue is asking a question or clarification[Component] This issue is asking a question or clarification
Description
Hello.
I used the data science agent from the following adk-sample to query data from a database:
https://github.com/google/adk-samples/tree/main/python/agents/data-science
From my observation, when I send a query that takes a long time to process, the agent starts running but does not provide any answer.
Instead of asking the same question again, when I simply request “Please give me the answer,” the agent responds without querying the database.
In summary, it seems that when the query takes too long, the agent ends its turn without returning an answer.
How can I resolve this issue when it happens?
Would using LongRunningFunctionTool help? If so, an example would be very helpful.

Metadata
Metadata
Assignees
Labels
question[Component] This issue is asking a question or clarification[Component] This issue is asking a question or clarification