ChatThreadSnapshot constructor
ChatThreadSnapshot({})
Implementation
ChatThreadSnapshot({
required this.messages,
required this.online,
required this.offline,
required this.typing,
required this.thinking,
required this.listening,
required this.availableTools,
required this.agentOnline,
});