Skip to content
Wysp Docs

tools.result

Response to a prior tool call

type: object

NameTypeRequiredDescription
requestIdstringyesID matching the original request
resultobjectyes
{
"kind": "tools.result",
"data": {
"requestId": "myrequest-123",
"result": {
"kind": "SUCCESS",
"nature": "OPAQUE",
"language": "en-US",
"value": "Travel mode changed from FOOT to BICYCLE."
}
}
}