Table of Contents

Enum PromptCacheMode

Namespace
Emissary
Assembly
Emissary.dll

How Emissary manages prompt caching.

public enum PromptCacheMode

Fields

Automatic = 0

Cache 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 = 1

No cache breakpoints are sent.