mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
refactor!(memory): Streamline memory terminology and architecture
This commit is contained in:
@@ -61,7 +61,7 @@ export function PromptModal({ entry, onClose }: PromptModalProps) {
|
||||
{
|
||||
label: "Memory Ledger",
|
||||
type: "memories",
|
||||
content: ledgerStr || "(No memory buffer entries.)",
|
||||
content: ledgerStr || "(No memory ledger entries.)",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user