Citations associated with the agent response.
| JSON representation |
|---|
{
"citedChunks": [
{
object ( |
| Fields | |
|---|---|
citedChunks[] |
List of cited pieces of information. |
Citations.CitedChunk
Piece of cited information.
| JSON representation |
|---|
{ "uri": string, "title": string, "text": string, "requiresAttribution": boolean } |
| Fields | |
|---|---|
uri |
URI used for citation. |
title |
Title of the cited document. |
text |
Text used for citation. |
requiresAttribution |
Whether this citation requires attribution to be shown to the end users. |