Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::ConversationRecord Struct Reference

Database record for a conversation. More...

#include <entropic/storage/records.h>

Public Attributes

std::string id
 UUID primary key.
 
std::string title
 Conversation title.
 
std::string created_at
 ISO 8601 timestamp.
 
std::string updated_at
 ISO 8601 timestamp.
 
std::optional< std::string > project_path
 Project path (nullable)
 
std::optional< std::string > model_id
 Model identifier (nullable)
 
std::string metadata = "{}"
 JSON metadata blob.
 

Detailed Description

Database record for a conversation.

Version
1.8.8

Definition at line 25 of file records.h.

Member Data Documentation

◆ created_at

std::string entropic::ConversationRecord::created_at

ISO 8601 timestamp.

Definition at line 28 of file records.h.

◆ id

std::string entropic::ConversationRecord::id

UUID primary key.

Definition at line 26 of file records.h.

◆ metadata

std::string entropic::ConversationRecord::metadata = "{}"

JSON metadata blob.

Definition at line 32 of file records.h.

◆ model_id

std::optional<std::string> entropic::ConversationRecord::model_id

Model identifier (nullable)

Definition at line 31 of file records.h.

◆ project_path

std::optional<std::string> entropic::ConversationRecord::project_path

Project path (nullable)

Definition at line 30 of file records.h.

◆ title

std::string entropic::ConversationRecord::title

Conversation title.

Definition at line 27 of file records.h.

◆ updated_at

std::string entropic::ConversationRecord::updated_at

ISO 8601 timestamp.

Definition at line 29 of file records.h.


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