Table of Contents

Property MaximumRequestCharacters

Namespace
MailFathom.AI.Chat
Assembly
MailFathom.AI.dll

MaximumRequestCharacters

Gets the greatest number of characters the turns of one request may add up to.

public int MaximumRequestCharacters { get; }

Property Value

int

Remarks

A bound on what leaves the deployment, expressed in the unit this side can measure. Tokens are what the provider bills and refuses by, but counting them means carrying the model's own tokenizer, so the ceiling is stated in characters and set below what the context window allows. It exists so an oversized conversation is refused here rather than after being built, sent, and billed for.