OpenAI::MessageContentTextAnnotationsFilePathObject
Inherits JSON::Serializable < Reference < Object
A URL for the file that's generated when the assistant used the code_interpreter tool to generate a file.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : MessageContentTextAnnotationsFilePathObjectType = MessageContentTextAnnotationsFilePathObjectType::FilePath, text : String = "", file_path : MessageContentTextAnnotationsFilePathObjectFilePath = MessageContentTextAnnotationsFilePathObjectFilePath.new, start_index : Int64 = 0, end_index : Int64 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
end_index
Sourcefile_path
Sourcefile_path=(file_path : MessageContentTextAnnotationsFilePathObjectFilePath)
Sourcestart_index
Sourcevalidate!
Source