Field DefaultMaxCompletionTokens
The default maximum number of tokens allocated for the hypothetical answer generation step.
public const int DefaultMaxCompletionTokens = 512
Returns
- int
- The default maximum number of tokens allocated for the hypothetical answer generation step.
Examples
// Check the default token budget for hypothetical answer generation.
Console.WriteLine(
$"Default HyDE completion tokens: {HydeOptions.DefaultMaxCompletionTokens}");