Package com.openai.models
Class ToolCallDeltaObject.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ToolCallDeltaObject.Type implements EnumAlways
tool_calls.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumToolCallDeltaObject.Type.Knownpublic enumToolCallDeltaObject.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ToolCallDeltaObject.TypeTOOL_CALLS
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final ToolCallDeltaObject.Type.Valuevalue()final ToolCallDeltaObject.Type.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ToolCallDeltaObject.Typeof(String value)-
-
Method Detail
-
value
final ToolCallDeltaObject.Type.Value value()
-
known
final ToolCallDeltaObject.Type.Known known()
-
of
final static ToolCallDeltaObject.Type of(String value)
-
-
-
-