Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1002 Bytes

MessageDeltaContentTextObjectTextAnnotationsInner.md

File metadata and controls

28 lines (16 loc) · 1002 Bytes

MessageDeltaContentTextObjectTextAnnotationsInner

Properties

Name Type Description Notes
index Integer The index of the annotation in the text content part.
type TypeEnum Always `file_citation`.
text String The text in the message content that needs to be replaced. [optional]
fileCitation MessageDeltaContentTextAnnotationsFileCitationObjectFileCitation [optional]
startIndex Integer [optional]
endIndex Integer [optional]
filePath MessageDeltaContentTextAnnotationsFilePathObjectFilePath [optional]

Enum: TypeEnum

Name Value
CITATION "file_citation"
PATH "file_path"