Replies: 2 comments 2 replies
-
@hangfei would love your thoughts here! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Does Long running tool works here? https://google.github.io/adk-docs/tools/function-tools/#2-long-running-function-tool |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I have a chat service and an Agent service (ADK)
Right now, the chat is hooked with a simple GPT-4O to get specific inputs from the user which then im adding to the session as inputs for agent service to execute.
Sometimes the inputs come up while executing and I want to ask if there is a way to more tightly integrate these two services. specfically if there is a way if in the middle of execution the agent from ADK needs more input and can hit up the chat service to request the user for more info
Beta Was this translation helpful? Give feedback.
All reactions