#include <learned_knowledge_service.h>
Public Attributes | |
std::string | id |
std::string | topic |
std::string | summary |
std::vector< std::string > | key_facts |
int64_t | created_at = 0 |
int | access_count = 0 |
Definition at line 134 of file learned_knowledge_service.h.
std::string yaze::cli::agent::LearnedKnowledgeService::ConversationMemory::id |
Definition at line 135 of file learned_knowledge_service.h.
Referenced by yaze::cli::agent::LearnedKnowledgeService::StoreConversationSummary().
std::string yaze::cli::agent::LearnedKnowledgeService::ConversationMemory::topic |
Definition at line 136 of file learned_knowledge_service.h.
Referenced by yaze::cli::agent::LearnedKnowledgeService::StoreConversationSummary().
std::string yaze::cli::agent::LearnedKnowledgeService::ConversationMemory::summary |
Definition at line 137 of file learned_knowledge_service.h.
Referenced by yaze::cli::agent::LearnedKnowledgeService::StoreConversationSummary().
std::vector<std::string> yaze::cli::agent::LearnedKnowledgeService::ConversationMemory::key_facts |
Definition at line 138 of file learned_knowledge_service.h.
Referenced by yaze::cli::agent::LearnedKnowledgeService::StoreConversationSummary().
int64_t yaze::cli::agent::LearnedKnowledgeService::ConversationMemory::created_at = 0 |
Definition at line 139 of file learned_knowledge_service.h.
Referenced by yaze::cli::agent::LearnedKnowledgeService::StoreConversationSummary().
int yaze::cli::agent::LearnedKnowledgeService::ConversationMemory::access_count = 0 |
Definition at line 140 of file learned_knowledge_service.h.
Referenced by yaze::cli::agent::LearnedKnowledgeService::StoreConversationSummary().