Record
tool-result
Result returned from tool execution
record tool-result {
content: list<content-block>,
structured-content: option<json>,
meta: option<json>,
}Fields
| Name | Type | Description |
|---|---|---|
| content | list<content-block> | Content blocks (text, images, etc) |
| structured-content | option<json> | Structured JSON output |
| meta | option<json> | Metadata about the result |