Uses of Class
org.springframework.ai.openai.api.OpenAiApi.FunctionTool
Packages that use OpenAiApi.FunctionTool
-
Uses of OpenAiApi.FunctionTool in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return types with arguments of type OpenAiApi.FunctionToolMethod parameters in org.springframework.ai.openai with type arguments of type OpenAiApi.FunctionToolModifier and TypeMethodDescriptionvoidOpenAiChatOptions.setTools(List<OpenAiApi.FunctionTool> tools) OpenAiChatOptions.Builder.tools(List<OpenAiApi.FunctionTool> tools) -
Uses of OpenAiApi.FunctionTool in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return types with arguments of type OpenAiApi.FunctionTool