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.Builder
-
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 JsonValue_type()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<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 JsonValue _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()
-
-
-
-