Expand description
Tool result caching for read-only operations
Caches results from read-only tools (grep, list_files, ast analysis) within a session to avoid re-running identical queries.
Uses exact-match caching for identical queries.
Structsยง
- Tool
Cache Key - Identifies a cached tool result
- Tool
Result Cache - Tool result cache with LRU eviction