Defined in: [src/middleware/stages.ts:119](https://github.com/strands-agents/harness-sdk/blob/576da59fdc411b55036a7cf66d4e1659a67d4d0d/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/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/middleware/stages.ts#L121)

The tool result block from execution.