Drop document from local cache
drop_document_from_local_cacheRemove a document from the local cache to release memory when it is no longer needed, using its unique identifier.
Instructions
Remove a document from the local cache and release its memory.
Call this tool when a client is finished with a document and wants to release the memory it occupies. After a successful call the key is no longer present in the cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_key | Yes | The unique identifier of the document to remove from the local cache. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dropped | Yes |