Class ChatSessionProperties
- Namespace
- FoundationaLLM.Common.Models.Conversation
- Assembly
- FoundationaLLM.Common.dll
The session properties object.
public class ChatSessionProperties
- Inheritance
-
ChatSessionProperties
- Inherited Members
- Extension Methods
Properties
Name
The session name.
[JsonPropertyName("name")]
public required string Name { get; set; }