Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1023 Bytes

MessageDeltaContentTextAnnotationsFileCitationObject.md

File metadata and controls

27 lines (15 loc) · 1023 Bytes

MessageDeltaContentTextAnnotationsFileCitationObject

A citation within the message that points to a specific quote from a specific File associated with the assistant or the message. Generated when the assistant uses the "file_search" tool to search files.

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]

Enum: TypeEnum

Name Value
FILE_CITATION "file_citation"