Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
ToolNotFoundException.java
Go to the documentation of this file.
1
package
io.github.ollama4j.exceptions;
2
3
public
class
ToolNotFoundException
extends
Exception {
4
5
public
ToolNotFoundException
(String s) {
6
super(s);
7
}
8
}
io.github.ollama4j.exceptions.ToolNotFoundException
Definition
ToolNotFoundException.java:3
io.github.ollama4j.exceptions.ToolNotFoundException.ToolNotFoundException
ToolNotFoundException(String s)
Definition
ToolNotFoundException.java:5
src
main
java
io
github
ollama4j
exceptions
ToolNotFoundException.java
Generated by
1.12.0