![]() |
Ollama4j
A Java library (wrapper/binding) for Ollama server.
|
Public Member Functions | |
WeatherTool () | |
String | getCurrentWeather (Map< String, Object > arguments) |
Tools.ToolSpecification | getSpecification () |
Definition at line 8 of file WeatherTool.java.
io.github.ollama4j.tools.sampletools.WeatherTool.WeatherTool | ( | ) |
Definition at line 11 of file WeatherTool.java.
String io.github.ollama4j.tools.sampletools.WeatherTool.getCurrentWeather | ( | Map< String, Object > | arguments | ) |
Definition at line 14 of file WeatherTool.java.
Tools.ToolSpecification io.github.ollama4j.tools.sampletools.WeatherTool.getSpecification | ( | ) |
Definition at line 19 of file WeatherTool.java.