Table of Contents

Property ContinueOnRetrievalFailure

Namespace
Qavren.Edge.Rag
Assembly
Qavren.Edge.Rag.dll

ContinueOnRetrievalFailure

Default true: a retrieval failure is logged and the turn continues ungrounded, marked as such, rather than failing. That is what Agent Framework's TextSearchProvider does, and the difference here is that the failure also reaches IEdgeDiagnostics. False rethrows as RagRetrievalFailed.

public bool ContinueOnRetrievalFailure { get; set; }

Property Value

bool