feat: Added document_name for vertex ai search as part of retrieved context from grounding chunk

PiperOrigin-RevId: 793753394
This commit is contained in:
Google APIs 2025-08-11 12:24:20 -07:00 committed by Copybara-Service
parent f3f3ae4238
commit 6d24fdd2b0
2 changed files with 10 additions and 0 deletions

View file

@ -658,6 +658,11 @@ message GroundingChunk {
// Text of the attribution.
optional string text = 3;
// Output only. The full document name for the referenced Vertex AI Search
// document.
optional string document_name = 6
[(google.api.field_behavior) = OUTPUT_ONLY];
}
// Chunk from Google Maps.

View file

@ -747,6 +747,11 @@ message GroundingChunk {
// Text of the attribution.
optional string text = 3;
// Output only. The full document name for the referenced Vertex AI Search
// document.
optional string document_name = 6
[(google.api.field_behavior) = OUTPUT_ONLY];
}
// Chunk from Google Maps.