AssistantDeltaMessageAnswerSentenceCitationsSet
description
Delta event to set citations to a specific sentence in the message.
type AssistantDeltaMessageAnswerSentenceCitationsSet {
citations: [AssistantCitations!]!
citationsTargetSentenceRef: String!
citationsTargetSentenceId: String! @deprecated
}
Fields
AssistantDeltaMessageAnswerSentenceCitationsSet.citations ● [AssistantCitations!]! non-null union graph-ql-types
@exposed
AssistantDeltaMessageAnswerSentenceCitationsSet.citationsTargetSentenceRef ● String! non-null scalar graph-ql-types
Citation should be added to the sentence that can be found by the citationsTargetSentenceRef. @exposed
AssistantDeltaMessageAnswerSentenceCitationsSet.citationsTargetSentenceId ● String! deprecated non-null scalar graph-ql-types
Citation should be added to the sentence that can be found by the citationsTargetSentenceId.