Type Alias: DispatchStandingInstructionMutateFn
ts
type DispatchStandingInstructionMutateFn = (
ctx: DispatchContext,
v: string | Tokenizable,
) => void | Promise<void>;Updates an existing standing instruction (LLM execution context variant).
Parameters
| Parameter | Type |
|---|---|
ctx | DispatchContext |
v | string | Tokenizable |
Returns
void | Promise<void>