Package com.openai.models
Class FileSearchToolCallDelta
-
- All Implemented Interfaces:
public final class FileSearchToolCallDelta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileSearchToolCallDelta.Builderpublic final classFileSearchToolCallDelta.TypeThe type of tool call. This is always going to be
file_searchfor this type of tool call.
-
Method Summary
Modifier and Type Method Description final JsonValue_fileSearch()For now, this is always going to be an empty object. final Longindex()The index of the tool call in the tool calls array. final FileSearchToolCallDelta.Typetype()The type of tool call. final Optional<String>id()The ID of the tool call object. final JsonField<Long>_index()The index of the tool call in the tool calls array. final JsonField<FileSearchToolCallDelta.Type>_type()The type of tool call. final JsonField<String>_id()The ID of the tool call object. final Map<String, JsonValue>_additionalProperties()final FileSearchToolCallDeltavalidate()final FileSearchToolCallDelta.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileSearchToolCallDelta.Builderbuilder()-
-
Method Detail
-
_fileSearch
final JsonValue _fileSearch()
For now, this is always going to be an empty object.
-
type
final FileSearchToolCallDelta.Type type()
The type of tool call. This is always going to be
file_searchfor this type of tool call.
-
_type
final JsonField<FileSearchToolCallDelta.Type> _type()
The type of tool call. This is always going to be
file_searchfor this type of tool call.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FileSearchToolCallDelta validate()
-
toBuilder
final FileSearchToolCallDelta.Builder toBuilder()
-
builder
final static FileSearchToolCallDelta.Builder builder()
-
-
-
-