Database record for a conversation.
More...
#include <entropic/storage/records.h>
|
| 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.
|
| |
Database record for a conversation.
- Version
- 1.8.8
Definition at line 25 of file records.h.
◆ 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: