Files
dap-was-dapms/docs/contracts/agent-builder-mcp/examples/agentbuilder-v0.2/tools-call-success-response.json
2026-08-05 15:54:25 +09:00

17 lines
247 B
JSON

{
"jsonrpc": "2.0",
"id": 3,
"result": {
"content": [
{
"type": "text",
"text": "{\"customerName\":\"Hong\"}"
}
],
"structuredContent": {
"customerName": "Hong"
},
"isError": false
}
}