Method Create
- Namespace
- MailFathom.Application.Emails.Embeddings.Limits
- Assembly
- MailFathom.Application.dll
Create(int)
Builds a bound from what a deployment declared.
public static EmbeddingInputBound Create(int maximumCharacterCount)
Parameters
maximumCharacterCountintThe characters of one message's text to cut into passages.
Returns
- EmbeddingInputBound
The bound.
Exceptions
- ArgumentOutOfRangeException
Thrown when the count is not positive.