Table of Contents

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

embeddedChunkCount int

How many passages the turn did commit a vector for.

Returns

StoredEmailEmbeddingRun

The result.

Exceptions

ArgumentOutOfRangeException

Thrown when the count is negative.