Enum PromptCacheMode
- Namespace
- Emissary
- Assembly
- Emissary.dll
How Emissary manages prompt caching.
public enum PromptCacheMode
Fields
Automatic = 0Cache breakpoints are placed automatically: after the tool definitions, after the system prompt, and after the latest message — so every follow-up turn reads the stable prefix from cache. Recommended for multi-turn agents.
None = 1No cache breakpoints are sent.