Package com.openai.models
Class FileSearchToolCall.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class FileSearchToolCall.Type implements EnumThe type of tool call. This is always going to be
file_searchfor this type of tool call.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumFileSearchToolCall.Type.Knownpublic enumFileSearchToolCall.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static FileSearchToolCall.TypeFILE_SEARCH
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final FileSearchToolCall.Type.Valuevalue()final FileSearchToolCall.Type.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileSearchToolCall.Typeof(String value)-
-
Method Detail
-
value
final FileSearchToolCall.Type.Value value()
-
known
final FileSearchToolCall.Type.Known known()
-
of
final static FileSearchToolCall.Type of(String value)
-
-
-
-