yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::agent::LearnedKnowledgeService::ConversationMemory Struct Reference

#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
 

Detailed Description

Definition at line 134 of file learned_knowledge_service.h.

Member Data Documentation

◆ id

std::string yaze::cli::agent::LearnedKnowledgeService::ConversationMemory::id

◆ topic

std::string yaze::cli::agent::LearnedKnowledgeService::ConversationMemory::topic

◆ summary

std::string yaze::cli::agent::LearnedKnowledgeService::ConversationMemory::summary

◆ key_facts

std::vector<std::string> yaze::cli::agent::LearnedKnowledgeService::ConversationMemory::key_facts

◆ created_at

int64_t yaze::cli::agent::LearnedKnowledgeService::ConversationMemory::created_at = 0

◆ access_count

int yaze::cli::agent::LearnedKnowledgeService::ConversationMemory::access_count = 0

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