Uses of Enum Class
org.springframework.ai.openai.api.OpenAiApi.FunctionTool.Type
Packages that use OpenAiApi.FunctionTool.Type
-
Uses of OpenAiApi.FunctionTool.Type in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.FunctionTool.TypeModifier and TypeMethodDescriptionOpenAiApi.FunctionTool.getType()static OpenAiApi.FunctionTool.TypeReturns the enum constant of this class with the specified name.static OpenAiApi.FunctionTool.Type[]OpenAiApi.FunctionTool.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.openai.api with parameters of type OpenAiApi.FunctionTool.TypeModifier and TypeMethodDescriptionvoidOpenAiApi.FunctionTool.setType(OpenAiApi.FunctionTool.Type type) Constructors in org.springframework.ai.openai.api with parameters of type OpenAiApi.FunctionTool.TypeModifierConstructorDescriptionFunctionTool(OpenAiApi.FunctionTool.Type type, OpenAiApi.FunctionTool.Function function) Create a tool of type 'function' and the given function definition.