Functions | |
std::filesystem::path | ExpandUserPath (std::string path) |
std::filesystem::path | ResolveHistoryPath (const std::string &session_id="") |
void | RenderTable (const ChatMessage::TableData &table_data) |
std::filesystem::path anonymous_namespace{agent_chat_widget.cc}::ExpandUserPath | ( | std::string | path | ) |
Definition at line 45 of file agent_chat_widget.cc.
Referenced by ResolveHistoryPath().
std::filesystem::path anonymous_namespace{agent_chat_widget.cc}::ResolveHistoryPath | ( | const std::string & | session_id = "" | ) |
Definition at line 60 of file agent_chat_widget.cc.
References ExpandUserPath(), and yaze::util::PlatformPaths::GetConfigDirectory().
void anonymous_namespace{agent_chat_widget.cc}::RenderTable | ( | const ChatMessage::TableData & | table_data | ) |
Definition at line 82 of file agent_chat_widget.cc.
References yaze::cli::agent::ChatMessage::TableData::headers, and yaze::cli::agent::ChatMessage::TableData::rows.