Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
io.github.ollama4j.exceptions.ToolInvocationException Class Reference
Inheritance diagram for io.github.ollama4j.exceptions.ToolInvocationException:

Public Member Functions

 ToolInvocationException (String s)
 
 ToolInvocationException (String s, Exception e)
 

Detailed Description

Definition at line 3 of file ToolInvocationException.java.

Constructor & Destructor Documentation

◆ ToolInvocationException() [1/2]

io.github.ollama4j.exceptions.ToolInvocationException.ToolInvocationException ( String s)

Definition at line 5 of file ToolInvocationException.java.

◆ ToolInvocationException() [2/2]

io.github.ollama4j.exceptions.ToolInvocationException.ToolInvocationException ( String s,
Exception e )

Definition at line 9 of file ToolInvocationException.java.


The documentation for this class was generated from the following file: