API referenceInterfaces
ToolExecResult
Interface: ToolExecResult
Defined in: packages/microfoom-core/src/session.ts:14
Result of executing one tool call, returned to the harness loop.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
content | readonly | string | Text returned to the model as the tool result. | packages/microfoom-core/src/session.ts:16 |
isError | readonly | boolean | Whether this result is an error (the model should correct — repair). | packages/microfoom-core/src/session.ts:18 |
terminate? | readonly | boolean | When true, the turn should stop after this tool (a terminal foom_return/foom_throw). | packages/microfoom-core/src/session.ts:20 |
