Uses of Class
io.github.sashirestela.openai.common.function.FunctionDef
-
-
Uses of FunctionDef in io.github.sashirestela.openai.common.function
Methods in io.github.sashirestela.openai.common.function that return FunctionDef Modifier and Type Method Description static FunctionDefFunctionDef. of(Class<? extends Functional> functionalClass)Methods in io.github.sashirestela.openai.common.function with parameters of type FunctionDef Modifier and Type Method Description voidFunctionExecutor. enrollFunction(FunctionDef function)Method parameters in io.github.sashirestela.openai.common.function with type arguments of type FunctionDef Modifier and Type Method Description voidFunctionExecutor. 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 ToolTool. function(FunctionDef function) -
Uses of FunctionDef in io.github.sashirestela.openai.domain.realtime
Methods in io.github.sashirestela.openai.domain.realtime with parameters of type FunctionDef Modifier and Type Method Description static RealtimeSession.ToolRealtimeRealtimeSession.ToolRealtime. of(FunctionDef function) -
Uses of FunctionDef in io.github.sashirestela.openai.domain.response
Methods in io.github.sashirestela.openai.domain.response with parameters of type FunctionDef Modifier and Type Method Description static ResponseTool.FunctionResponseToolResponseTool.FunctionResponseTool. function(FunctionDef funcDef)Method parameters in io.github.sashirestela.openai.domain.response with type arguments of type FunctionDef Modifier and Type Method Description static List<ResponseTool.FunctionResponseTool>ResponseTool.FunctionResponseTool. functions(List<FunctionDef> funcDefList)
-