Vertex AI Search tool is not working #5009
Hetul-Patel-itp
started this conversation in
General
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone 👋
I'm trying to use VertexAiSearchTool with an LlmAgent to query a SharePoint Online federated connector datastore, but it’s not working properly.
The agent simply returns an empty response with no errors, which makes debugging quite difficult since it's a silent failure.
Datastore path:
projects/{project}/locations/global/collections/default_collection/dataStores/{id}-sharepoint-federated_{id}_file
Environment setup:
GOOGLE_CLOUD_LOCATION = us-central1
GOOGLE_GENAI_USE_VERTEXAI = True
Model: gemini-2.0-flash
Observed behavior:
When running the agent getting this below output.
Beta Was this translation helpful? Give feedback.
All reactions