Class AzureOpenAiAgentModelSettings
java.lang.Object
com.flowable.agent.engine.impl.model.BaseAgentModelSettings
com.flowable.agent.engine.impl.model.openai.azure.AzureOpenAiAgentModelSettings
- All Implemented Interfaces:
AgentDefinitionModel.AgentModelSettings
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<OpenAiBuiltInTool> protected Stringprotected StringFields inherited from class BaseAgentModelSettings
aiVendor, apiKey, apiKeyValueProvider, authentication, customHeaders, disableStructuredOutput, supportedMimeTypes, temperature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiType(String apiType) voidsetBuiltInTools(List<OpenAiBuiltInTool> builtInTools) voidsetDeploymentId(String deploymentId) voidsetEndpoint(String endpoint) Methods inherited from class BaseAgentModelSettings
getAiVendor, getApiKey, getApiKeyValueProvider, getAuthentication, getCustomHeaders, getSupportedMimeTypes, getTemperature, isDisableStructuredOutput, setAiVendor, setApiKey, setApiKeyValueProvider, setAuthentication, setCustomHeaders, setDisableStructuredOutput, setSupportedMimeTypes, setTemperature, toString
-
Field Details
-
endpoint
-
deploymentId
-
apiType
-
builtInTools
-
-
Constructor Details
-
AzureOpenAiAgentModelSettings
public AzureOpenAiAgentModelSettings()
-
-
Method Details
-
getEndpoint
-
setEndpoint
-
getDeploymentId
-
setDeploymentId
-
getApiType
-
setApiType
-
getBuiltInTools
-
setBuiltInTools
-