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 class
FileSearchToolCallDelta.Builder
public final class
FileSearchToolCallDelta.Type
The type of tool call. This is always going to be
file_search
for 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 Long
index()
The index of the tool call in the tool calls array. final FileSearchToolCallDelta.Type
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<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 FileSearchToolCallDelta
validate()
final FileSearchToolCallDelta.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FileSearchToolCallDelta.Builder
builder()
-
-
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_search
for this type of tool call.
-
_type
final JsonField<FileSearchToolCallDelta.Type> _type()
The type of tool call. This is always going to be
file_search
for 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()
-
-
-
-