mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-16 13:00:34 +02:00
feat: Added document_name for vertex ai search as part of retrieved context from grounding chunk
PiperOrigin-RevId: 793753394
This commit is contained in:
parent
f3f3ae4238
commit
6d24fdd2b0
2 changed files with 10 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue