Defined in: [src/middleware/stages.ts:119](https://github.com/strands-agents/harness-sdk/blob/ec1c0db842d3a9a35c08f7a0b2dc132370baa0fa/strands-ts/src/middleware/stages.ts#L119)

Result from tool-stage middleware. The return value of the async generator.

## Properties

### result

```ts
readonly result: ToolResultBlock;
```

Defined in: [src/middleware/stages.ts:121](https://github.com/strands-agents/harness-sdk/blob/ec1c0db842d3a9a35c08f7a0b2dc132370baa0fa/strands-ts/src/middleware/stages.ts#L121)

The tool result block from execution.