类 DashScopeFunction
java.lang.Object
io.agentscope.core.formatter.dashscope.dto.DashScopeFunction
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
-
-
方法详细资料
-
getName
-
setName
-
getArguments
-
setArguments
-
of
-