Uses of Class
io.github.sashirestela.openai.common.function.FunctionDef
-
Packages that use FunctionDef Package Description io.github.sashirestela.openai.common.function io.github.sashirestela.openai.common.tool -
-
Uses of FunctionDef in io.github.sashirestela.openai.common.function
Methods in io.github.sashirestela.openai.common.function with parameters of type FunctionDef Modifier and Type Method Description void
FunctionExecutor. enrollFunction(FunctionDef function)
Method parameters in io.github.sashirestela.openai.common.function with type arguments of type FunctionDef Modifier and Type Method Description void
FunctionExecutor. enrollFunctions(List<FunctionDef> functions)
Constructor parameters in io.github.sashirestela.openai.common.function with type arguments of type FunctionDef Constructor Description FunctionExecutor(List<FunctionDef> functions)
-
Uses of FunctionDef in io.github.sashirestela.openai.common.tool
Methods in io.github.sashirestela.openai.common.tool with parameters of type FunctionDef Modifier and Type Method Description static Tool
Tool. function(FunctionDef function)
Method parameters in io.github.sashirestela.openai.common.tool with type arguments of type FunctionDef Modifier and Type Method Description static List<Tool>
Tool. functions(List<FunctionDef> functions)
-