Interfaces

RecordedDispatch

Interface: RecordedDispatch

Defined in: src/core/runbook/dispatch.ts:71

What recordingDispatch hands back: the dispatch the procedure closes over, and the record the envelope folds.

Properties

records

readonly records: readonly InnerCallRecord[]

Defined in: src/core/runbook/dispatch.ts:73


tools

readonly tools: ToolDispatch

Defined in: src/core/runbook/dispatch.ts:72

On this page