Package com.openai.models
Class FunctionToolCall.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class FunctionToolCall.Type implements Enum
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
FunctionToolCall.Type.Known
public enum
FunctionToolCall.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static FunctionToolCall.Type
FUNCTION
-
Method Summary
-
-
Method Detail
-
value
final FunctionToolCall.Type.Value value()
-
known
final FunctionToolCall.Type.Known known()
-
of
final static FunctionToolCall.Type of(String value)
-
-
-
-