ExecuteToolResult
Defined in: src/middleware/stages.ts:120
Result from tool-stage middleware. The return value of the async generator.
Properties
Section titled “Properties”result
Section titled “result”readonly result: ToolResultBlock;Defined in: src/middleware/stages.ts:122
The tool result block from execution.