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