Fact Chunk.
JSON representation |
---|
{ "chunkText": string, "source": string, "index": integer, "sourceMetadata": { string: string, ... } } |
Fields | |
---|---|
chunkText |
Text content of the fact chunk. Can be at most 10K characters long. |
source |
Source from which this fact chunk was retrieved. If it was retrieved from the GroundingFacts provided in the request then this field will contain the index of the specific fact from which this chunk was retrieved. |
index |
The index of this chunk. Currently, only used for the streaming mode. |
sourceMetadata |
More fine-grained information for the source reference. |