#include <agent_chat_history_codec.h>
Public Attributes | |
std::optional< std::filesystem::path > | last_capture_path |
std::string | status_message |
absl::Time | last_updated = absl::InfinitePast() |
Definition at line 31 of file agent_chat_history_codec.h.
std::optional<std::filesystem::path> yaze::editor::AgentChatHistoryCodec::MultimodalState::last_capture_path |
Definition at line 32 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), and yaze::editor::AgentChatHistoryCodec::Save().
std::string yaze::editor::AgentChatHistoryCodec::MultimodalState::status_message |
Definition at line 33 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), and yaze::editor::AgentChatHistoryCodec::Save().
absl::Time yaze::editor::AgentChatHistoryCodec::MultimodalState::last_updated = absl::InfinitePast() |
Definition at line 34 of file agent_chat_history_codec.h.
Referenced by yaze::editor::AgentChatHistoryCodec::Load(), and yaze::editor::AgentChatHistoryCodec::Save().