#include <agent_chat_history_codec.h>
Public Attributes | |
std::vector< cli::agent::ChatMessage > | history |
CollaborationState | collaboration |
MultimodalState | multimodal |
Definition at line 37 of file agent_chat_history_codec.h.
std::vector<cli::agent::ChatMessage> yaze::editor::AgentChatHistoryCodec::Snapshot::history |
Definition at line 38 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatWidget::EnsureHistoryLoaded(), yaze::editor::AgentChatHistoryCodec::Load(), yaze::editor::AgentChatWidget::PersistHistory(), and yaze::editor::AgentChatHistoryCodec::Save().
CollaborationState yaze::editor::AgentChatHistoryCodec::Snapshot::collaboration |
Definition at line 39 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatWidget::EnsureHistoryLoaded(), yaze::editor::AgentChatHistoryCodec::Load(), yaze::editor::AgentChatWidget::PersistHistory(), and yaze::editor::AgentChatHistoryCodec::Save().
MultimodalState yaze::editor::AgentChatHistoryCodec::Snapshot::multimodal |
Definition at line 40 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatWidget::EnsureHistoryLoaded(), yaze::editor::AgentChatHistoryCodec::Load(), yaze::editor::AgentChatWidget::PersistHistory(), and yaze::editor::AgentChatHistoryCodec::Save().