Uses of Class
org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Function
Packages that use OpenAiApi.FunctionTool.Function
-
Uses of OpenAiApi.FunctionTool.Function in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.FunctionTool.FunctionMethods in org.springframework.ai.openai.api with parameters of type OpenAiApi.FunctionTool.FunctionModifier and TypeMethodDescriptionvoidOpenAiApi.FunctionTool.setFunction(OpenAiApi.FunctionTool.Function function) Constructors in org.springframework.ai.openai.api with parameters of type OpenAiApi.FunctionTool.FunctionModifierConstructorDescriptionFunctionTool(OpenAiApi.FunctionTool.Function function) Create a tool of type 'function' and the given function definition.FunctionTool(OpenAiApi.FunctionTool.Type type, OpenAiApi.FunctionTool.Function function) Create a tool of type 'function' and the given function definition.