Uses of Record Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.ChatCompletionMessage.ToolCall
Packages that use DashScopeApiSpec.ChatCompletionMessage.ToolCall
-
Uses of DashScopeApiSpec.ChatCompletionMessage.ToolCall in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return types with arguments of type DashScopeApiSpec.ChatCompletionMessage.ToolCallModifier and TypeMethodDescriptionDashScopeApiSpec.ChatCompletionMessage.toolCalls()Returns the value of thetoolCallsrecord component.Constructor parameters in com.alibaba.cloud.ai.dashscope.spec with type arguments of type DashScopeApiSpec.ChatCompletionMessage.ToolCallModifierConstructorDescriptionChatCompletionMessage(Object rawContent, DashScopeApiSpec.ChatCompletionMessage.Role role, String name, String toolCallId, List<DashScopeApiSpec.ChatCompletionMessage.ToolCall> toolCalls, String reasoningContent, Boolean partial, String phase, List<DashScopeApiSpec.ChatCompletionAnnotations> annotations, String status) Creates an instance of aChatCompletionMessagerecord class.