Package io.github.ollama4j.tools
Class ReflectionalToolFunction
- java.lang.Object
-
- io.github.ollama4j.tools.ReflectionalToolFunction
-
- All Implemented Interfaces:
ToolFunction
public class ReflectionalToolFunction extends Object implements ToolFunction
Specification of aToolFunction
that provides the implementation via java reflection calling.
-
-
Constructor Summary
Constructors Constructor Description ReflectionalToolFunction()
-