API Reference
RunFn
type RunFn = (options) => Promise<RunResult>;Defined in: channels/dispatcher.types.ts:28
How the dispatcher executes one run. Defaults to runAgent; injectable so tests can drive it with a controllable fake instead of a real model.
Parameters
| Parameter | Type |
|---|---|
options | RunAgentOptions |
Returns
Promise<RunResult>