Enum ChatSessionNameSummarizationType
- Namespace
- FoundationaLLM.Core.Models.Configuration
- Assembly
- FoundationaLLM.Core.dll
Types of summarization for chat session names.
public enum ChatSessionNameSummarizationType
- Extension Methods
Fields
LLM = 1
Name summarization produced by a LLM via a completion requesting summarization.
Timestamp = 0
Name summarization containing the UTC time of the creation of the chat session.