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