Package com.openai.models
Class AssistantToolChoiceOption.Auto
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class AssistantToolChoiceOption.Auto implements Enumnonemeans the model will not call any tools and instead generates a message.automeans the model can pick between generating a message or calling one or more tools.requiredmeans the model must call one or more tools before responding to the user.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAssistantToolChoiceOption.Auto.Knownpublic enumAssistantToolChoiceOption.Auto.Value
-
Field Summary
Fields Modifier and Type Field Description public final static AssistantToolChoiceOption.AutoNONEpublic final static AssistantToolChoiceOption.AutoAUTOpublic final static AssistantToolChoiceOption.AutoREQUIRED
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final AssistantToolChoiceOption.Auto.Valuevalue()final AssistantToolChoiceOption.Auto.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AssistantToolChoiceOption.Autoof(String value)-
-
Method Detail
-
value
final AssistantToolChoiceOption.Auto.Value value()
-
known
final AssistantToolChoiceOption.Auto.Known known()
-
of
final static AssistantToolChoiceOption.Auto of(String value)
-
-
-
-