Uses of Interface
com.flowable.agent.engine.impl.model.openai.OpenAiBuiltInTool
Packages that use OpenAiBuiltInTool
Package
Description
-
Uses of OpenAiBuiltInTool in com.flowable.agent.engine.impl.model.chatclient
Methods in com.flowable.agent.engine.impl.model.chatclient with parameters of type OpenAiBuiltInToolModifier and TypeMethodDescriptionprotected com.flowable.platform.vendor.springai.openai.api.OpenAiApi.ResponsesToolFlowableAgentModelSettingsAdvisor.convertBuiltInTool(OpenAiBuiltInTool builtInTool) Method parameters in com.flowable.agent.engine.impl.model.chatclient with type arguments of type OpenAiBuiltInToolModifier and TypeMethodDescriptionprotected List<com.flowable.platform.vendor.springai.openai.api.OpenAiApi.ResponsesTool> FlowableAgentModelSettingsAdvisor.convertBuiltInTools(List<OpenAiBuiltInTool> builtInTools) -
Uses of OpenAiBuiltInTool in com.flowable.agent.engine.impl.model.openai
Classes in com.flowable.agent.engine.impl.model.openai that implement OpenAiBuiltInToolModifier and TypeClassDescriptionstatic classstatic classstatic classFields in com.flowable.agent.engine.impl.model.openai with type parameters of type OpenAiBuiltInToolModifier and TypeFieldDescriptionprotected List<OpenAiBuiltInTool> OpenAiAgentModelSettings.builtInToolsMethods in com.flowable.agent.engine.impl.model.openai that return types with arguments of type OpenAiBuiltInToolMethod parameters in com.flowable.agent.engine.impl.model.openai with type arguments of type OpenAiBuiltInToolModifier and TypeMethodDescriptionvoidOpenAiAgentModelSettings.setBuiltInTools(List<OpenAiBuiltInTool> builtInTools) -
Uses of OpenAiBuiltInTool in com.flowable.agent.engine.impl.model.openai.azure
Fields in com.flowable.agent.engine.impl.model.openai.azure with type parameters of type OpenAiBuiltInToolModifier and TypeFieldDescriptionprotected List<OpenAiBuiltInTool> AzureOpenAiAgentModelSettings.builtInToolsMethods in com.flowable.agent.engine.impl.model.openai.azure that return types with arguments of type OpenAiBuiltInToolMethod parameters in com.flowable.agent.engine.impl.model.openai.azure with type arguments of type OpenAiBuiltInToolModifier and TypeMethodDescriptionvoidAzureOpenAiAgentModelSettings.setBuiltInTools(List<OpenAiBuiltInTool> builtInTools)