Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
io.github.ollama4j.tools.ToolRegistry Class Reference

Public Member Functions

ToolFunction getFunction (String name)
 
void addFunction (String name, ToolFunction function)
 

Detailed Description

Definition at line 6 of file ToolRegistry.java.

Member Function Documentation

◆ addFunction()

void io.github.ollama4j.tools.ToolRegistry.addFunction ( String name,
ToolFunction function )

Definition at line 13 of file ToolRegistry.java.

◆ getFunction()

ToolFunction io.github.ollama4j.tools.ToolRegistry.getFunction ( String name)

Definition at line 9 of file ToolRegistry.java.


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