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