ToolExecuteRequest
Request model for tool execution.
tool_nameTool Namerequired
argumentsobjectrequired
ToolExecuteRequest
{
"tool_name": "string",
"arguments": {}
}
Request model for tool execution.
{
"tool_name": "string",
"arguments": {}
}