Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 876 Bytes

MessageContentTextAnnotationsFileCitationObject.md

File metadata and controls

26 lines (14 loc) · 876 Bytes

MessageContentTextAnnotationsFileCitationObject

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 "retrieval" tool to search files.

Properties

Name Type Description Notes
type TypeEnum Always `file_citation`.
text String The text in the message content that needs to be replaced.
fileCitation MessageContentTextAnnotationsFileCitationObjectFileCitation
startIndex Integer
endIndex Integer

Enum: TypeEnum

Name Value
FILE_CITATION "file_citation"