Type Alias: DispatchThoughtMutateFn
ts
type DispatchThoughtMutateFn = (
ctx: DispatchContext,
v: Thought,
) => void | Promise<void>;Updates an existing thought (LLM execution context variant).
Parameters
| Parameter | Type |
|---|---|
ctx | DispatchContext |
v | Thought |
Returns
void | Promise<void>