Class AgentState<T> NamespaceMicrosoft.AutoGen.Agents AssemblyMicrosoft.AutoGen.Agents.dll public class AgentState<T> where T : class, new() Type Parameters T Inheritance object AgentState<T> Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Properties Data public T Data { get; set; } Property Value T History public List<ChatHistoryItem> History { get; set; } Property Value List<ChatHistoryItem>