---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/tools/web_retrieval/interfaces/RetrievableStoreCtx.md
description: 'The minimal context surface [`storeRetrievables`](https://adk.nht.io/api/@nhtio/adk/batteries/tools/web_retrieval/functions/storeRetrievables) needs.'
---

# Interface: RetrievableStoreCtx

Defined in: [batteries/tools/web\_retrieval/index.ts:298](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L298)

The minimal context surface [storeRetrievables](../functions/storeRetrievables.md) needs.

## Properties

| Property                                                  | Type                                                                           | Description                                                                           | Defined in                                                                                                                                    |
| --------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
|  `storeRetrievable` | (`v`: [`Retrievable`](../../../../common/classes/Retrievable.md)) => `unknown` | Persist a single `Retrievable` into the turn (a `DispatchContext` method, or a stub). | [batteries/tools/web\_retrieval/index.ts:300](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/web_retrieval/index.ts#L300) |
