Method RecordRetrieval
- Namespace
- MailFathom.Application.Retrieval.AskMail
- Assembly
- MailFathom.Application.dll
RecordRetrieval(MailAnsweringRetrievalReport)
Records what the run's retrieval reached in total.
public void RecordRetrieval(MailAnsweringRetrievalReport retrieval)
Parameters
retrievalMailAnsweringRetrievalReportThe counts, the passages that reached the model, and how the retrieval degraded.
Remarks
Reported whether or not the run went on to produce an answer, which is why the run reports it as it ends rather than beside the answer.
Exceptions
- ArgumentNullException
Thrown when
retrievalis null.