File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,19 +261,13 @@ message VertexRagStore {
261261 [(google.api.field_behavior ) = OPTIONAL ];
262262}
263263
264- // Retrieve from Vertex AI Search datastore or engine for grounding.
265- // datastore and engine are mutually exclusive.
264+ // Retrieve from Vertex AI Search datastore for grounding.
266265// See https://cloud.google.com/products/agent-builder
267266message VertexAISearch {
268- // Optional . Fully-qualified Vertex AI Search data store resource ID.
267+ // Required . Fully-qualified Vertex AI Search data store resource ID.
269268 // Format:
270269 // `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
271- string datastore = 1 [(google.api.field_behavior ) = OPTIONAL ];
272-
273- // Optional. Fully-qualified Vertex AI Search engine resource ID.
274- // Format:
275- // `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`
276- string engine = 2 [(google.api.field_behavior ) = OPTIONAL ];
270+ string datastore = 1 [(google.api.field_behavior ) = REQUIRED ];
277271}
278272
279273// Tool to retrieve public web data for grounding, powered by Google.
Original file line number Diff line number Diff line change @@ -309,19 +309,13 @@ message VertexRagStore {
309309 [(google.api.field_behavior ) = OPTIONAL ];
310310}
311311
312- // Retrieve from Vertex AI Search datastore or engine for grounding.
313- // datastore and engine are mutually exclusive.
312+ // Retrieve from Vertex AI Search datastore for grounding.
314313// See https://cloud.google.com/products/agent-builder
315314message VertexAISearch {
316- // Optional . Fully-qualified Vertex AI Search data store resource ID.
315+ // Required . Fully-qualified Vertex AI Search data store resource ID.
317316 // Format:
318317 // `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
319- string datastore = 1 [(google.api.field_behavior ) = OPTIONAL ];
320-
321- // Optional. Fully-qualified Vertex AI Search engine resource ID.
322- // Format:
323- // `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`
324- string engine = 2 [(google.api.field_behavior ) = OPTIONAL ];
318+ string datastore = 1 [(google.api.field_behavior ) = REQUIRED ];
325319}
326320
327321// Tool to retrieve public web data for grounding, powered by Google.
You can’t perform that action at this time.
0 commit comments