Uses of Enum Class
dev.langchain4j.community.model.zhipu.chat.ToolType
Packages that use ToolType
-
Uses of ToolType in dev.langchain4j.community.model.zhipu.chat
Methods in dev.langchain4j.community.model.zhipu.chat that return ToolTypeModifier and TypeMethodDescriptionTool.getType()ToolCall.getType()ToolChoice.getType()static ToolTypeReturns 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.Methods in dev.langchain4j.community.model.zhipu.chat with parameters of type ToolTypeModifier and TypeMethodDescriptionvoidvoidConstructors in dev.langchain4j.community.model.zhipu.chat with parameters of type ToolTypeModifierConstructorDescriptionToolCall(String id, Integer index, ToolType type, FunctionCall function)