add extended

This commit is contained in:
2025-07-29 04:08:29 +09:00
parent 93b523b1ba
commit 4620d0862a
16 changed files with 1189 additions and 21 deletions

View File

@@ -148,6 +148,7 @@ impl MemoryManager {
conversations
}
#[allow(dead_code)]
pub async fn import_chatgpt_conversations(&mut self, file_path: &PathBuf) -> Result<()> {
let content = std::fs::read_to_string(file_path)
.context("Failed to read conversations file")?;