Package com.openai.models
Class FilePathDeltaAnnotation
-
- All Implemented Interfaces:
public final class FilePathDeltaAnnotation
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
FilePathDeltaAnnotation.Builder
public final class
FilePathDeltaAnnotation.Type
Always
file_path
.public final class
FilePathDeltaAnnotation.FilePath
-
Method Summary
-
-
Method Detail
-
type
final FilePathDeltaAnnotation.Type type()
Always
file_path
.
-
filePath
final Optional<FilePathDeltaAnnotation.FilePath> filePath()
-
startIndex
final Optional<Long> startIndex()
-
_type
final JsonField<FilePathDeltaAnnotation.Type> _type()
Always
file_path
.
-
_filePath
final JsonField<FilePathDeltaAnnotation.FilePath> _filePath()
-
_startIndex
final JsonField<Long> _startIndex()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FilePathDeltaAnnotation validate()
-
toBuilder
final FilePathDeltaAnnotation.Builder toBuilder()
-
builder
final static FilePathDeltaAnnotation.Builder builder()
-
-
-
-