Class DashScopeAgentProperties
java.lang.Object
com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeAgentProperties
@ConfigurationProperties("spring.ai.dashscope.agent")
public class DashScopeAgentProperties
extends Object
- Author:
- yuluo, yuluo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoidsetBaseUrl(String baseUrl) voidsetEnabled(boolean enabled) voidsetOptions(DashScopeAgentOptions options) voidsetSecretKey(String secretKey) voidsetWorkspaceId(String workspaceId)
-
Field Details
-
CONFIG_PREFIX
Spring AI Alibaba configuration prefix.- See Also:
-
-
Constructor Details
-
DashScopeAgentProperties
public DashScopeAgentProperties()
-
-
Method Details
-
getOptions
-
setOptions
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getApiKey
-
setApiKey
-
getSecretKey
-
setSecretKey
-
getBaseUrl
-
setBaseUrl
-
getWorkspaceId
-
setWorkspaceId
-