Property ContinueOnRetrievalFailure
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; }