#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 84 of file agent_chat_history_codec.h.
| std::vector<cli::agent::ChatMessage> yaze::editor::AgentChatHistoryCodec::Snapshot::history |
Definition at line 85 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), yaze::editor::AgentChatHistoryCodec::Save(), and yaze::editor::AgentChat::SaveHistory().
| CollaborationState yaze::editor::AgentChatHistoryCodec::Snapshot::collaboration |
Definition at line 86 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 87 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 88 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), yaze::test::AgentToolsTestSuite::RunConfigPersistenceTest(), and yaze::editor::AgentChatHistoryCodec::Save().