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 classFileSearchToolCall.Builderpublic final classFileSearchToolCall.FileSearchFor now, this is always going to be an empty object.
public final classFileSearchToolCall.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 Stringid()The ID of the tool call object. final FileSearchToolCall.FileSearchfileSearch()For now, this is always going to be an empty object. final FileSearchToolCall.Typetype()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 FileSearchToolCallvalidate()final FileSearchToolCall.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileSearchToolCall.Builderbuilder()-
-
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_searchfor 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_searchfor 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()
-
-
-
-