|
| ChatSession (const std::string &session_id, const std::string &session_name) |
|
Definition at line 311 of file agent_chat_widget.h.
◆ ChatSession()
yaze::editor::AgentChatWidget::ChatSession::ChatSession |
( |
const std::string & |
session_id, |
|
|
const std::string & |
session_name |
|
) |
| |
|
inline |
◆ id
std::string yaze::editor::AgentChatWidget::ChatSession::id |
◆ name
std::string yaze::editor::AgentChatWidget::ChatSession::name |
◆ save_path
std::filesystem::path yaze::editor::AgentChatWidget::ChatSession::save_path |
◆ agent_service
◆ last_history_size
size_t yaze::editor::AgentChatWidget::ChatSession::last_history_size = 0 |
◆ history_loaded
bool yaze::editor::AgentChatWidget::ChatSession::history_loaded = false |
◆ history_dirty
bool yaze::editor::AgentChatWidget::ChatSession::history_dirty = false |
◆ history_path
std::filesystem::path yaze::editor::AgentChatWidget::ChatSession::history_path |
◆ created_at
absl::Time yaze::editor::AgentChatWidget::ChatSession::created_at = absl::Now() |
◆ last_persist_time
absl::Time yaze::editor::AgentChatWidget::ChatSession::last_persist_time = absl::InfinitePast() |
The documentation for this struct was generated from the following file: