#include <agent_chat_history_codec.h>
Public Attributes | |
| bool | active = false |
| std::string | session_id |
| std::string | session_name |
| std::vector< std::string > | participants |
| absl::Time | last_synced = absl::InfinitePast() |
Definition at line 23 of file agent_chat_history_codec.h.
| bool yaze::editor::AgentChatHistoryCodec::CollaborationState::active = false |
Definition at line 24 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), and yaze::editor::AgentChatHistoryCodec::Save().
| std::string yaze::editor::AgentChatHistoryCodec::CollaborationState::session_id |
Definition at line 25 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), and yaze::editor::AgentChatHistoryCodec::Save().
| std::string yaze::editor::AgentChatHistoryCodec::CollaborationState::session_name |
Definition at line 26 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), and yaze::editor::AgentChatHistoryCodec::Save().
| std::vector<std::string> yaze::editor::AgentChatHistoryCodec::CollaborationState::participants |
Definition at line 27 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), and yaze::editor::AgentChatHistoryCodec::Save().
| absl::Time yaze::editor::AgentChatHistoryCodec::CollaborationState::last_synced = absl::InfinitePast() |
Definition at line 28 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), and yaze::editor::AgentChatHistoryCodec::Save().