Skip to main content
Version: Latest

AssistantAnswerParagraphItem

type AssistantAnswerParagraphItem implements AssistantAnswerItemInterface {
content: String
sentences: [AssistantAnswerSentence!]
variant: AssistantParagraphVariant
}

Fields

AssistantAnswerParagraphItem.content ● String scalar graph-ql-types

All content in the paragraph without citations. Originally citations were not present in the paragraph and this field is here for compatibility reasons. It is recommended to use sentences instead. @exposed

AssistantAnswerParagraphItem.sentences ● [AssistantAnswerSentence!] list object graph-ql-types

Sentences in the paragraph with citations @exposed

AssistantAnswerParagraphItem.variant ● AssistantParagraphVariant enum graph-ql-types

Type of the paragraph content. @exposed

Interfaces

AssistantAnswerItemInterface interface graph-ql-types

Implemented By

AssistantAnswerTableItemCellContent union