Class AnthropicAgentModelSettings
java.lang.Object
com.flowable.agent.engine.impl.model.BaseAgentModelSettings
com.flowable.agent.engine.impl.model.anthropic.AnthropicAgentModelSettings
- All Implemented Interfaces:
AgentDefinitionModel.AgentModelSettings
- Author:
- Filip Hrisafov
-
Field Summary
FieldsFields inherited from class BaseAgentModelSettings
aiVendor, apiKey, apiKeyValueProvider, authentication, customHeaders, disableStructuredOutput, supportedMimeTypes, temperature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBaseUrl(String baseUrl) voidsetCompletionsPath(String completionsPath) voidsetModelName(String modelName) Methods inherited from class BaseAgentModelSettings
getAiVendor, getApiKey, getApiKeyValueProvider, getAuthentication, getCustomHeaders, getSupportedMimeTypes, getTemperature, isDisableStructuredOutput, setAiVendor, setApiKey, setApiKeyValueProvider, setAuthentication, setCustomHeaders, setDisableStructuredOutput, setSupportedMimeTypes, setTemperature, toString
-
Field Details
-
baseUrl
-
completionsPath
-
modelName
-
-
Constructor Details
-
AnthropicAgentModelSettings
public AnthropicAgentModelSettings()
-
-
Method Details
-
getBaseUrl
-
setBaseUrl
-
getCompletionsPath
-
setCompletionsPath
-
getModelName
-
setModelName
-