Package com.openai.models
Class ChatCompletionCreateParams.FunctionCall.Auto
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ChatCompletionCreateParams.FunctionCall.Auto implements Enumnonemeans the model will not call a function and instead generates a message.automeans the model can pick between generating a message or calling a function.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumChatCompletionCreateParams.FunctionCall.Auto.Knownpublic enumChatCompletionCreateParams.FunctionCall.Auto.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ChatCompletionCreateParams.FunctionCall.AutoNONEpublic final static ChatCompletionCreateParams.FunctionCall.AutoAUTO
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final ChatCompletionCreateParams.FunctionCall.Auto.Valuevalue()final ChatCompletionCreateParams.FunctionCall.Auto.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionCreateParams.FunctionCall.Autoof(String value)-
-
Method Detail
-
value
final ChatCompletionCreateParams.FunctionCall.Auto.Value value()
-
known
final ChatCompletionCreateParams.FunctionCall.Auto.Known known()
-
of
final static ChatCompletionCreateParams.FunctionCall.Auto of(String value)
-
-
-
-