tools.result
tools.result
Section titled “tools.result”Response to a prior tool call
Data Schema
Section titled “Data Schema”type: object
Properties
Section titled “Properties”| Name | Type | Required | Description |
|---|---|---|---|
requestId | string | yes | ID matching the original request |
result | object | yes |
Example
Section titled “Example”{ "kind": "tools.result", "data": { "requestId": "myrequest-123", "result": { "kind": "SUCCESS", "nature": "OPAQUE", "language": "en-US", "value": "Travel mode changed from FOOT to BICYCLE." } }}