Package com.openai.models
Class FileSearchToolCall
-
- All Implemented Interfaces:
public final class FileSearchToolCall
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileSearchToolCall.Builder
A builder for FileSearchToolCall.
public final class
FileSearchToolCall.FileSearch
For now, this is always going to be an empty object.
-
Method Summary
Modifier and Type Method Description final String
id()
The ID of the tool call object. final FileSearchToolCall.FileSearch
fileSearch()
For now, this is always going to be an empty object. final JsonValue
_type()
The type of tool call. final JsonField<String>
_id()
The ID of the tool call object. final JsonField<FileSearchToolCall.FileSearch>
_fileSearch()
For now, this is always going to be an empty object. final Map<String, JsonValue>
_additionalProperties()
final FileSearchToolCall
validate()
final FileSearchToolCall.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FileSearchToolCall.Builder
builder()
-
-
Method Detail
-
fileSearch
final FileSearchToolCall.FileSearch 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_search
for this type of tool call.
-
_fileSearch
final JsonField<FileSearchToolCall.FileSearch> _fileSearch()
For now, this is always going to be an empty object.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FileSearchToolCall validate()
-
toBuilder
final FileSearchToolCall.Builder toBuilder()
-
builder
final static FileSearchToolCall.Builder builder()
-
-
-
-