#include <agent_chat_history_codec.h>

Public Attributes | |
| std::vector< cli::agent::ChatMessage > | history |
| CollaborationState | collaboration |
| MultimodalState | multimodal |
| std::optional< AgentConfigSnapshot > | agent_config |
Definition at line 79 of file agent_chat_history_codec.h.
| std::vector<cli::agent::ChatMessage> yaze::editor::AgentChatHistoryCodec::Snapshot::history |
Definition at line 80 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), and yaze::editor::AgentChatHistoryCodec::Save().
| CollaborationState yaze::editor::AgentChatHistoryCodec::Snapshot::collaboration |
Definition at line 81 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), and yaze::editor::AgentChatHistoryCodec::Save().
| MultimodalState yaze::editor::AgentChatHistoryCodec::Snapshot::multimodal |
Definition at line 82 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), and yaze::editor::AgentChatHistoryCodec::Save().
| std::optional<AgentConfigSnapshot> yaze::editor::AgentChatHistoryCodec::Snapshot::agent_config |
Definition at line 83 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), and yaze::editor::AgentChatHistoryCodec::Save().