Class DashScopeAgentOptions.Builder
java.lang.Object
com.alibaba.cloud.ai.dashscope.agent.DashScopeAgentOptions.Builder
- Enclosing class:
- DashScopeAgentOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbizParams(com.fasterxml.jackson.databind.JsonNode bizParams) build()flowStreamMode(DashScopeAgentFlowStreamMode flowStreamMode) hasThoughts(Boolean hasThoughts) incrementalOutput(Boolean incrementalOutput) ragOptions(DashScopeAgentRagOptions ragOptions) Deprecated.withBizParams(com.fasterxml.jackson.databind.JsonNode bizParams) Deprecated.withFlowStreamMode(DashScopeAgentFlowStreamMode flowStreamMode) Deprecated.withHasThoughts(Boolean hasThoughts) Deprecated.withImages(List<String> images) Deprecated.withIncrementalOutput(Boolean incrementalOutput) Deprecated.withMemoryId(String memoryId) Deprecated.withRagOptions(DashScopeAgentRagOptions ragOptions) Deprecated.withSessionId(String sessionId) Deprecated.
-
Field Details
-
options
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
appId
-
withAppId
Deprecated. -
sessionId
-
withSessionId
Deprecated. -
memoryId
-
withMemoryId
Deprecated. -
incrementalOutput
-
withIncrementalOutput
Deprecated. -
hasThoughts
-
withHasThoughts
Deprecated. -
images
-
withImages
Deprecated. -
bizParams
-
withBizParams
@Deprecated public DashScopeAgentOptions.Builder withBizParams(com.fasterxml.jackson.databind.JsonNode bizParams) Deprecated. -
ragOptions
-
withRagOptions
@Deprecated public DashScopeAgentOptions.Builder withRagOptions(DashScopeAgentRagOptions ragOptions) Deprecated. -
flowStreamMode
-
withFlowStreamMode
@Deprecated public DashScopeAgentOptions.Builder withFlowStreamMode(DashScopeAgentFlowStreamMode flowStreamMode) Deprecated. -
build
-