failurePolicy
How to react to retrieval failures (e.g. storage outage, invalid search request).
Defaults to FailurePolicy.FAIL_FAST so a retrieval error stops the LLM call instead of silently producing an answer without the required memory context. Switch to FailurePolicy.LOG_AND_CONTINUE to fall back to a non-augmented LLM call.