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
public final class
FileSearchToolCall.FileSearch
For now, this is always going to be an empty object.
public final class
FileSearchToolCall.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 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 FileSearchToolCall.Type
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 JsonField<FileSearchToolCall.Type>
_type()
The type of tool call. 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 FileSearchToolCall.Type 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.
-
_type
final JsonField<FileSearchToolCall.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 FileSearchToolCall validate()
-
toBuilder
final FileSearchToolCall.Builder toBuilder()
-
builder
final static FileSearchToolCall.Builder builder()
-
-
-
-