Class QueryContextualizationOptions
Configures how follow-up questions are reformulated into self-contained queries during Contextual retrieval.
public sealed class QueryContextualizationOptions
- Inheritance
-
QueryContextualizationOptions
- Inherited Members
Fields
- DefaultMaxCompletionTokens
The default maximum number of tokens allocated for the reformulated query.
- DefaultMaxHistoryTurns
The default number of recent conversation turns used for contextualization.
Properties
- MaxCompletionTokens
Gets or sets the maximum number of tokens allocated for the reformulated query.
- MaxHistoryTurns
Gets or sets the maximum number of recent conversation turns included when reformulating a follow-up question.