Uses of Record 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.FunctionModifier and TypeMethodDescriptionOpenAiApi.FunctionTool.function()
Returns the value of thefunction
record component.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) Creates an instance of aFunctionTool
record class.