Class FilePathDeltaAnnotation
-
- All Implemented Interfaces:
public final class FilePathDeltaAnnotationA URL for the file that's generated when the assistant used the
code_interpretertool to generate a file.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFilePathDeltaAnnotation.BuilderA builder for FilePathDeltaAnnotation.
public final classFilePathDeltaAnnotation.FilePath
-
Method Summary
Modifier and Type Method Description final Longindex()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 FilePathDeltaAnnotationvalidate()final FilePathDeltaAnnotation.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FilePathDeltaAnnotation.Builderbuilder()Returns a mutable builder for constructing an instance of FilePathDeltaAnnotation. -
-
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()
Returns a mutable builder for constructing an instance of FilePathDeltaAnnotation.
The following fields are required:
.index()
-
-
-
-