Uses of Enum Class
io.quarkiverse.langchain4j.ollama.Tool.Type
Packages that use Tool.Type
Package
Description
-
Uses of Tool.Type in io.quarkiverse.langchain4j.ollama
Methods in io.quarkiverse.langchain4j.ollama that return Tool.TypeModifier and TypeMethodDescriptionTool.type()Returns the value of thetyperecord component.static Tool.TypeReturns the enum constant of this class with the specified name.static Tool.Type[]Tool.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkiverse.langchain4j.ollama with parameters of type Tool.TypeModifierConstructorDescriptionTool(Tool.Type type, Tool.Function function) Creates an instance of aToolrecord class. -
Uses of Tool.Type in io.quarkiverse.langchain4j.ollama.runtime.jackson
Methods in io.quarkiverse.langchain4j.ollama.runtime.jackson that return Tool.TypeModifier and TypeMethodDescriptionToolTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) Methods in io.quarkiverse.langchain4j.ollama.runtime.jackson with parameters of type Tool.Type