Table of Contents

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

embeddedChunkCount int

How many passages the turn did commit a vector for.

inputCharacterCount int

How many characters the turn sent before it ran out of calls.

Returns

StoredEmailEmbeddingRun

The result.

Exceptions

ArgumentOutOfRangeException

Thrown when a count is negative.