teodor-new-chat-ui 4.3.203 → 4.3.204
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/context/hooks/useCheckpointMetadataCache.d.ts +1 -1
- package/dist/index.esm.js +3105 -3168
- package/dist/index.umd.js +34 -34
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* useCheckpointMetadataCache
|
|
3
3
|
*
|
|
4
4
|
* Custom hook for managing checkpoint metadata cache per thread.
|
|
5
|
-
*
|
|
5
|
+
* Operates purely in-memory to avoid persisting stale checkpoints.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
8
|
* const { cache, getCachedMetadata, setCacheForThread } = useCheckpointMetadataCache();
|