Citations

Citations associated with the agent response.

JSON representation
{
  "citedChunks": [
    {
      object (Citations.CitedChunk)
    }
  ]
}
Fields
citedChunks[]

object (Citations.CitedChunk)

List of cited pieces of information.

Citations.CitedChunk

Piece of cited information.

JSON representation
{
  "uri": string,
  "title": string,
  "text": string,
  "requiresAttribution": boolean
}
Fields
uri

string

URI used for citation.

title

string

Title of the cited document.

text

string

Text used for citation.

requiresAttribution

boolean

Whether this citation requires attribution to be shown to the end users.