seanzhou1023
seanzhou1023
toolbox document can be found here : https://github.com/googleapis/genai-toolbox
Thanks for the fix @jeffreyrubi. However I feel we'd better not bound requests.Session to RestApiTool either. it's kind of exposing the implementation details (using requests library) and locks to that...
calling RAG via custom tool is different from using VertexAiRagRetrieval tool. VertexAiRagRetrieval is a built-in tool, which means it's Model API server that will call the RAG API, and it...
after agent transfer only the last LlmAgent will take the next user query see : https://github.com/google/adk-python/blob/bab3be2cf31dc9afd00bcce70103bdaa5460f1a3/src/google/adk/runners.py#L430 @hmzo do you still see this issue ? could you provide your agent codes...
thank you for your question @justinli34 , we do have such support on the server but not on UI. you can set auth scheme to api key but set None...