microfoom
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

PropertyModifierTypeDescriptionDefined in
contentreadonlystringText returned to the model as the tool result.packages/microfoom-core/src/session.ts:16
isErrorreadonlybooleanWhether this result is an error (the model should correct — repair).packages/microfoom-core/src/session.ts:18
terminate?readonlybooleanWhen true, the turn should stop after this tool (a terminal foom_return/foom_throw).packages/microfoom-core/src/session.ts:20

On this page