Public Attributes | |
| std::string | title |
| std::filesystem::path | path |
| absl::Time | last_updated = absl::InfinitePast() |
| int | message_count = 0 |
| bool | is_active = false |
Definition at line 127 of file agent_chat.h.
| std::string yaze::editor::AgentChat::ConversationEntry::title |
Definition at line 128 of file agent_chat.h.
Referenced by yaze::editor::AgentChat::RefreshConversationList().
| std::filesystem::path yaze::editor::AgentChat::ConversationEntry::path |
Definition at line 129 of file agent_chat.h.
Referenced by yaze::editor::AgentChat::RefreshConversationList().
| absl::Time yaze::editor::AgentChat::ConversationEntry::last_updated = absl::InfinitePast() |
Definition at line 130 of file agent_chat.h.
Referenced by yaze::editor::AgentChat::RefreshConversationList().
| int yaze::editor::AgentChat::ConversationEntry::message_count = 0 |
Definition at line 131 of file agent_chat.h.
Referenced by yaze::editor::AgentChat::RefreshConversationList().
| bool yaze::editor::AgentChat::ConversationEntry::is_active = false |
Definition at line 132 of file agent_chat.h.
Referenced by yaze::editor::AgentChat::RefreshConversationList().