Type Alias: DispatchStandingInstructionsRefreshFn
ts
type DispatchStandingInstructionsRefreshFn = (
ctx: DispatchContext,
) => (string | Tokenizable)[] | Promise<(string | Tokenizable)[]>;Refreshes and returns standing instructions for an LLM execution context.
Parameters
| Parameter | Type |
|---|---|
ctx | DispatchContext |
Returns
| (string | Tokenizable)[] | Promise<(string | Tokenizable)[]>