Uses of Enum Class
dev.langchain4j.model.zhipu.chat.ToolType
-
Uses of ToolType in dev.langchain4j.model.zhipu.chat
Modifier and TypeMethodDescriptionTool.getType()
ToolCall.getType()
ToolChoice.getType()
static ToolType
Returns the enum constant of this class with the specified name.static ToolType[]
ToolType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
void
ModifierConstructorDescriptionToolCall
(String id, Integer index, ToolType type, FunctionCall function)