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