|
Entropic 2.3.8
Local-first agentic inference engine
|
Single cached KV state snapshot. More...
#include </home/runner/work/entropic/entropic/src/inference/prompt_cache.h>
Public Attributes | |
| std::vector< uint8_t > | data |
| Raw KV cache bytes. | |
| int | token_count |
| Prompt tokens covered by this entry. | |
| size_t | data_size |
| data.size() for quick byte accounting | |
| std::vector<uint8_t> entropic::CacheEntry::data |
Raw KV cache bytes.
Definition at line 63 of file prompt_cache.h.
| size_t entropic::CacheEntry::data_size |
data.size() for quick byte accounting
Definition at line 65 of file prompt_cache.h.
| int entropic::CacheEntry::token_count |
Prompt tokens covered by this entry.
Definition at line 64 of file prompt_cache.h.