Type Alias: PromptCacheScope
PromptCacheScope =
"prefix"|"chat"
Defined in: packages/core/src/prompt-cache.ts:29
'prefix' — last always-loaded tool + system. Unique turns stay uncached.
'chat' — last-tool + system + last four messages, then capped at four.