Method Ended
- Namespace
- MailFathom.Infrastructure.Observability
- Assembly
- MailFathom.Infrastructure.dll
Ended(StoredEmailEmbeddingRun)
Records how the turn ended and what it produced.
public void Ended(StoredEmailEmbeddingRun run)
Parameters
runStoredEmailEmbeddingRunThe run the generator reported.
Exceptions
- ArgumentNullException
Thrown when
runis null.