Package com.openai.models
Class FileSearchToolCallDelta.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class FileSearchToolCallDelta.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 enumFileSearchToolCallDelta.Type.Knownpublic enumFileSearchToolCallDelta.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static FileSearchToolCallDelta.TypeFILE_SEARCH
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final FileSearchToolCallDelta.Type.Valuevalue()final FileSearchToolCallDelta.Type.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileSearchToolCallDelta.Typeof(String value)-
-
Method Detail
-
value
final FileSearchToolCallDelta.Type.Value value()
-
known
final FileSearchToolCallDelta.Type.Known known()
-
of
final static FileSearchToolCallDelta.Type of(String value)
-
-
-
-