Package com.openai.models
Class FilePathAnnotation
-
- All Implemented Interfaces:
public final class FilePathAnnotation
A URL for the file that's generated when the assistant used the
code_interpreter
tool to generate a file.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FilePathAnnotation.Builder
public final class
FilePathAnnotation.FilePath
-
Method Summary
Modifier and Type Method Description final Long
endIndex()
final FilePathAnnotation.FilePath
filePath()
final Long
startIndex()
final String
text()
The text in the message content that needs to be replaced. final JsonValue
_type()
Always file_path
.final JsonField<Long>
_endIndex()
final JsonField<FilePathAnnotation.FilePath>
_filePath()
final JsonField<Long>
_startIndex()
final JsonField<String>
_text()
The text in the message content that needs to be replaced. final Map<String, JsonValue>
_additionalProperties()
final FilePathAnnotation
validate()
final FilePathAnnotation.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FilePathAnnotation.Builder
builder()
-
-
Method Detail
-
filePath
final FilePathAnnotation.FilePath filePath()
-
startIndex
final Long startIndex()
-
_filePath
final JsonField<FilePathAnnotation.FilePath> _filePath()
-
_startIndex
final JsonField<Long> _startIndex()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FilePathAnnotation validate()
-
toBuilder
final FilePathAnnotation.Builder toBuilder()
-
builder
final static FilePathAnnotation.Builder builder()
-
-
-
-