Uses of Enum Class
com.alibaba.cloud.ai.dashscope.agent.DashScopeAgentFlowStreamMode
Packages that use DashScopeAgentFlowStreamMode
-
Uses of DashScopeAgentFlowStreamMode in com.alibaba.cloud.ai.dashscope.agent
Methods in com.alibaba.cloud.ai.dashscope.agent that return DashScopeAgentFlowStreamModeModifier and TypeMethodDescriptionDashScopeAgentOptions.getFlowStreamMode()static DashScopeAgentFlowStreamModeReturns the enum constant of this class with the specified name.static DashScopeAgentFlowStreamMode[]DashScopeAgentFlowStreamMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.alibaba.cloud.ai.dashscope.agent with parameters of type DashScopeAgentFlowStreamModeModifier and TypeMethodDescriptionDashScopeAgentOptions.Builder.flowStreamMode(DashScopeAgentFlowStreamMode flowStreamMode) voidDashScopeAgentOptions.setFlowStreamMode(DashScopeAgentFlowStreamMode flowStreamMode) DashScopeAgentOptions.Builder.withFlowStreamMode(DashScopeAgentFlowStreamMode flowStreamMode) Deprecated. -
Uses of DashScopeAgentFlowStreamMode in com.alibaba.cloud.ai.dashscope.api
Methods in com.alibaba.cloud.ai.dashscope.api that return DashScopeAgentFlowStreamModeModifier and TypeMethodDescriptionDashScopeAgentApi.DashScopeAgentRequest.DashScopeAgentRequestParameters.flowStreamMode()Returns the value of theflowStreamModerecord component.Constructors in com.alibaba.cloud.ai.dashscope.api with parameters of type DashScopeAgentFlowStreamModeModifierConstructorDescriptionDashScopeAgentRequestParameters(DashScopeAgentFlowStreamMode flowStreamMode, Boolean hasThoughts, Boolean incrementalOutput, DashScopeAgentApi.DashScopeAgentRequest.DashScopeAgentRequestParameters.DashScopeAgentRequestRagOptions ragOptions) Creates an instance of aDashScopeAgentRequestParametersrecord class.