AssistantDeltaMessageAnswerSentenceAdd
description
Delta event to append a new sentence to the message answer.
type AssistantDeltaMessageAnswerSentenceAdd {
answerSentence: AssistantAnswerSentence!
citationsTargetSentenceId: String
}
Fields
AssistantDeltaMessageAnswerSentenceAdd.answerSentence ● AssistantAnswerSentence! non-null object graph-ql-types
@exposed
AssistantDeltaMessageAnswerSentenceAdd.citationsTargetSentenceId ● String scalar graph-ql-types
The presence of the citationsTargetSentenceId field signals to the client that it should retain information necessary to later locate this sentence in order to later insert citations into it. For example, this could be the index of the answer and the sentence within the answers array. @exposed