Skip to main content

Interface: CacheDiagnostics

Defined in: packages/agentos/src/core/llm/providers/IProvider.ts:307

Cache-diagnostics verdict for one call. cacheMissReason: null means the comparison was still running when the response serialized (inconclusive — check the next turn). A populated reason identifies the earliest divergence; fix it first, later ones may be hidden behind it.

Properties

cacheMissReason

cacheMissReason: CacheMissReason | null

Defined in: packages/agentos/src/core/llm/providers/IProvider.ts:308