类 DashScopeFunction

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

public class DashScopeFunction extends Object
DashScope function call DTO.

This class represents the function details in a tool call.

Example:


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

    • DashScopeFunction

      public DashScopeFunction()
    • DashScopeFunction

      public DashScopeFunction(String name, String arguments)
  • 方法详细资料