Table of Contents

Class ChatState<T>

Namespace
Microsoft.AutoGen.Contracts
Assembly
Microsoft.AutoGen.Contracts.dll
public class ChatState<T> where T : IMessage, new()

Type Parameters

T
Inheritance
ChatState<T>
Inherited Members

Properties

Data

public T Data { get; set; }

Property Value

T

History

public List<ChatHistoryItem> History { get; set; }

Property Value

List<ChatHistoryItem>