Type Aliases
RunConfigFn
Type Alias: RunConfigFn
RunConfigFn = (
ctx) =>RunConfig|undefined
Defined in: src/core/agent/types.ts:940
Per-run configuration resolver — see AgentBuilder.configure. Called
exactly once per run, synchronously, at the start of the run.
Parameters
ctx
Returns
RunConfig | undefined
