---
url: >-
  https://adk.nht.io/api/@nhtio/adk/types/type-aliases/DispatchRetrievableMutateFn.md
description: Updates an existing retrievable record (LLM execution context variant).
---

# Type Alias: DispatchRetrievableMutateFn

```ts
type DispatchRetrievableMutateFn = (
  ctx: DispatchContext,
  v: Retrievable,
) => void | Promise<void>;
```

Defined in: [lib/contracts/dispatch\_context.ts:99](https://github.com/NHTIO/ADK/blob/v1.20260609.0/src/lib/contracts/dispatch_context.ts#L99)

Updates an existing retrievable record (LLM execution context variant).

## Parameters

| Parameter | Type                                                  |
| --------- | ----------------------------------------------------- |
| `ctx`     | [`DispatchContext`](../interfaces/DispatchContext.md) |
| `v`       | [`Retrievable`](../../common/classes/Retrievable.md)  |

## Returns

`void` | `Promise`<`void`>
