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