Table of Contents

Class ConversationProperties

Namespace
FoundationaLLM.Common.Models.Conversation
Assembly
FoundationaLLM.Common.dll

The session properties object.

public class ConversationProperties
Inheritance
ConversationProperties
Inherited Members
Extension Methods

Properties

Metadata

Gets or sets the optional metadata associated with the conversation.

[JsonPropertyName("metadata")]
public string? Metadata { get; set; }

Property Value

string

Name

The session name.

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string