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.BuilderA builder for FileSearchToolCall.
public final classFileSearchToolCall.FileSearchFor now, this is always going to be an empty object.
-
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 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 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 JsonValue _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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FileSearchToolCall validate()
-
toBuilder
final FileSearchToolCall.Builder toBuilder()
-
builder
final static FileSearchToolCall.Builder builder()
-
-
-
-