AISummaryItem
description
A single piece in an AI Summary, providing an answer to a question.
type AISummaryItem {
title: String
content: String!
citations: [AISummaryReference!]
}
Fields
AISummaryItem.title
● String
scalar
A title that sums up or acts as an introduction to the content text.
Not all items have a title. @exposed
AISummaryItem.content
● String!
non-null scalar
The main content of the summary answer. @exposed
AISummaryItem.citations
● [AISummaryReference!]
list object
Citations (pointing to data source references) that were used for generating the AI summary item.
Even though citations typically contain numbered labels (such as [1]), this type of representation is not made available in the schema.
Citations may not be available in all cases. @exposed
Member of
AISummary
object ● QAndASummaryItem
object