Class EdgeRagEventIds
960-999 is the RAG range, published from the package that logs it - Qavren.Edge.Rag does
not reference Qavren.Edge.Chat.Onnx, so a constant declared there would be unreachable
from the code that logs it.
public static class EdgeRagEventIds
- Inheritance
-
EdgeRagEventIds
- Inherited Members
Fields
- CitationUnresolved
A
[n]marker matched no source. Left as plain text, counted, never fabricated.
- CitationsAttached
Citations were resolved and attached to the final update.
- ContextAssembled
The context block was assembled; carries the source count and the token estimate.
- ExtractiveAnswer
The extractive floor answered without a model.
- NoContext
Retrieval returned nothing; the turn short-circuits without a model call.
- RetrievalFailed
The retriever threw. Contained under
RagOptions.ContinueOnRetrievalFailure.
- Retrieved
A retrieval completed; carries the retriever name and the source count.