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 = 1Name summarization produced by a LLM via a completion requesting summarization.
Timestamp = 0Name summarization containing the UTC time of the creation of the chat session.