Type Alias: ThoughtMutateFn
ts
type ThoughtMutateFn = (ctx: TurnContext, v: Thought) => void | Promise<void>;Updates an existing thought in the persistence layer.
Parameters
| Parameter | Type |
|---|---|
ctx | TurnContext |
v | Thought |
Returns
void | Promise<void>