Method CallBudgetExhausted
- Namespace
- MailFathom.Application.Emails.Embeddings.Generation
- Assembly
- MailFathom.Application.dll
CallBudgetExhausted(int)
Reports a message whose turn spent every provider call it is allowed with passages still outstanding.
public static StoredEmailEmbeddingRun CallBudgetExhausted(int embeddedChunkCount)
Parameters
embeddedChunkCountintHow many passages the turn did commit a vector for.
Returns
- StoredEmailEmbeddingRun
The result.
Exceptions
- ArgumentOutOfRangeException
Thrown when the count is negative.