Uses of Record Class
com.alibaba.cloud.ai.dashscope.api.DashScopeAgentApi.DashScopeAgentResponse.DashScopeAgentResponseOutput.DashScopeAgentResponseOutputThoughts
Packages that use DashScopeAgentApi.DashScopeAgentResponse.DashScopeAgentResponseOutput.DashScopeAgentResponseOutputThoughts
-
Uses of DashScopeAgentApi.DashScopeAgentResponse.DashScopeAgentResponseOutput.DashScopeAgentResponseOutputThoughts in com.alibaba.cloud.ai.dashscope.api
Methods in com.alibaba.cloud.ai.dashscope.api that return types with arguments of type DashScopeAgentApi.DashScopeAgentResponse.DashScopeAgentResponseOutput.DashScopeAgentResponseOutputThoughtsModifier and TypeMethodDescriptionList<DashScopeAgentApi.DashScopeAgentResponse.DashScopeAgentResponseOutput.DashScopeAgentResponseOutputThoughts>DashScopeAgentApi.DashScopeAgentResponse.DashScopeAgentResponseOutput.thoughts()Returns the value of thethoughtsrecord component.Constructor parameters in com.alibaba.cloud.ai.dashscope.api with type arguments of type DashScopeAgentApi.DashScopeAgentResponse.DashScopeAgentResponseOutput.DashScopeAgentResponseOutputThoughtsModifierConstructorDescriptionDashScopeAgentResponseOutput(String text, String finishReason, String sessionId, List<DashScopeAgentApi.DashScopeAgentResponse.DashScopeAgentResponseOutput.DashScopeAgentResponseOutputThoughts> thoughts, List<DashScopeAgentApi.DashScopeAgentResponse.DashScopeAgentResponseOutput.DashScopeAgentResponseOutputDocReference> docReferences) Creates an instance of aDashScopeAgentResponseOutputrecord class.