SummarizationConfig Type
Configuration for conversation summarization
Record fields
| Record Field |
Description
|
Full Usage:
KeepRecent
Field type: int
|
Number of recent messages to always keep unsummarized
|
|
Completion options for the summarization call
|
|
The LLM provider used to generate summaries
|
Full Usage:
Threshold
Field type: int
|
Maximum messages before triggering summarization
|
Static members
| Static member |
Description
|
Full Usage:
SummarizationConfig.Default(provider)
Parameters:
ILlmProvider
Returns: SummarizationConfig
|
|
Nao