Ollama4j
A Java library (wrapper/binding) for Ollama server.
|
Public Member Functions | |
Class<?>[] | providers () |
Annotates a class that calls io.github.ollama4j.OllamaAPI
such that the Method OllamaAPI#registerAnnotatedTools()
can be used to auto-register all provided classes (resp. all contained Methods of the provider classes annotated with ToolSpec
).
Definition at line 17 of file OllamaToolService.java.
Class<?>[] io.github.ollama4j.tools.annotations.OllamaToolService.providers | ( | ) |