yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::AgentChat::ConversationEntry Struct Reference

Public Attributes

std::string title
 
std::filesystem::path path
 
absl::Time last_updated = absl::InfinitePast()
 
int message_count = 0
 
bool is_active = false
 

Detailed Description

Definition at line 127 of file agent_chat.h.

Member Data Documentation

◆ title

std::string yaze::editor::AgentChat::ConversationEntry::title

Definition at line 128 of file agent_chat.h.

Referenced by yaze::editor::AgentChat::RefreshConversationList().

◆ path

std::filesystem::path yaze::editor::AgentChat::ConversationEntry::path

Definition at line 129 of file agent_chat.h.

Referenced by yaze::editor::AgentChat::RefreshConversationList().

◆ last_updated

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().

◆ message_count

int yaze::editor::AgentChat::ConversationEntry::message_count = 0

Definition at line 131 of file agent_chat.h.

Referenced by yaze::editor::AgentChat::RefreshConversationList().

◆ is_active

bool yaze::editor::AgentChat::ConversationEntry::is_active = false

Definition at line 132 of file agent_chat.h.

Referenced by yaze::editor::AgentChat::RefreshConversationList().


The documentation for this struct was generated from the following file: