Uses of Class
io.intino.alexandria.ollama.tools.OllamaFunction
Packages that use OllamaFunction
-
Uses of OllamaFunction in io.intino.alexandria.ollama.requests
Methods in io.intino.alexandria.ollama.requests with parameters of type OllamaFunction -
Uses of OllamaFunction in io.intino.alexandria.ollama.tools
Methods in io.intino.alexandria.ollama.tools that return OllamaFunctionModifier and TypeMethodDescriptionOllamaFunction.description(String description) static OllamaFunctionOllamaTool.function()OllamaFunction.parameter(String name, String type, String description, boolean required, String... enumValues) OllamaFunction.parameters(OllamaFunction.Parameters parameters) Methods in io.intino.alexandria.ollama.tools with parameters of type OllamaFunctionModifier and TypeMethodDescriptionOllamaTool.function(OllamaFunction function) static OllamaToolOllamaTool.of(OllamaFunction function) Constructors in io.intino.alexandria.ollama.tools with parameters of type OllamaFunction