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