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.FilePath
-
Method Summary
Modifier and Type Method Description final Long
index()
The index of the annotation in the text content part. final JsonValue
_type()
Always file_path
.final Optional<Long>
endIndex()
final Optional<FilePathDeltaAnnotation.FilePath>
filePath()
final Optional<Long>
startIndex()
final Optional<String>
text()
The text in the message content that needs to be replaced. final JsonField<Long>
_index()
The index of the annotation in the text content part. final JsonField<Long>
_endIndex()
final JsonField<FilePathDeltaAnnotation.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 FilePathDeltaAnnotation
validate()
final FilePathDeltaAnnotation.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FilePathDeltaAnnotation.Builder
builder()
-
-
Method Detail
-
filePath
final Optional<FilePathDeltaAnnotation.FilePath> filePath()
-
startIndex
final Optional<Long> startIndex()
-
_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()
-
-
-
-