Interfaces
InnerCallRecord
Interface: InnerCallRecord
Defined in: src/core/runbook/dispatch.ts:27
One inner call, as the bridge recorded it.
Properties
outcome
readonlyoutcome:"ok"|"absent"|"error"
Defined in: src/core/runbook/dispatch.ts:29
result?
readonlyoptionalresult?:unknown
Defined in: src/core/runbook/dispatch.ts:31
The raw returned value ('ok' and 'absent' outcomes).
tool
readonlytool:string
Defined in: src/core/runbook/dispatch.ts:28
