Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 745 Bytes

MessageContentTextAnnotationsFilePathObject.md

File metadata and controls

26 lines (14 loc) · 745 Bytes

MessageContentTextAnnotationsFilePathObject

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
type TypeEnum Always `file_path`.
text String The text in the message content that needs to be replaced.
filePath MessageContentTextAnnotationsFilePathObjectFilePath
startIndex Integer
endIndex Integer

Enum: TypeEnum

Name Value
FILE_PATH "file_path"