Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 890 Bytes

MessageDeltaContentTextAnnotationsFilePathObject.md

File metadata and controls

27 lines (15 loc) · 890 Bytes

MessageDeltaContentTextAnnotationsFilePathObject

A URL for the file that's generated when the assistant used the code_interpreter tool to generate a file.

Properties

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

Enum: TypeEnum

Name Value
FILE_PATH "file_path"