Uses of Record Class
io.quarkiverse.langchain4j.ollama.ToolCall.FunctionCall
Packages that use ToolCall.FunctionCall
-
Uses of ToolCall.FunctionCall in io.quarkiverse.langchain4j.ollama
Methods in io.quarkiverse.langchain4j.ollama that return ToolCall.FunctionCallModifier and TypeMethodDescriptionToolCall.function()Returns the value of thefunctionrecord component.Constructors in io.quarkiverse.langchain4j.ollama with parameters of type ToolCall.FunctionCallModifierConstructorDescriptionToolCall(ToolCall.FunctionCall function) Creates an instance of aToolCallrecord class.