类 DashScopeToolCall

java.lang.Object
io.agentscope.core.formatter.dashscope.dto.DashScopeToolCall

public class DashScopeToolCall extends Object
DashScope tool call DTO.

This class represents a tool call made by the assistant.

Example:


 {
   "id": "call_abc123",
   "type": "function",
   "function": {
     "name": "get_weather",
     "arguments": "{\"location\": \"Beijing\"}"
   }
 }
 
  • 构造器详细资料

    • DashScopeToolCall

      public DashScopeToolCall()
  • 方法详细资料