Uses of Class
com.unfbx.chatgpt.entity.chat.tool.ToolChoice.Choice
-
Packages that use ToolChoice.Choice Package Description com.unfbx.chatgpt.entity.chat.tool -
-
Uses of ToolChoice.Choice in com.unfbx.chatgpt.entity.chat.tool
Methods in com.unfbx.chatgpt.entity.chat.tool that return ToolChoice.Choice Modifier and Type Method Description static ToolChoice.ChoiceToolChoice.Choice. valueOf(String name)Returns the enum constant of this type with the specified name.static ToolChoice.Choice[]ToolChoice.Choice. values()Returns an array containing the constants of this enum type, in the order they are declared.
-