Functions

probeDispatch

Function: probeDispatch()

probeDispatch(runbookName): ToolDispatch

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

The definition-time probe dispatch — handed to the procedure factory ONCE at runbookAsTool(...) so the bridge can read the chart's declared contract. Stage bodies do not run at build; a factory that calls tools at build time hears exactly why that cannot work.

Parameters

runbookName

string

Returns

ToolDispatch

On this page