feat: 更好的对话管理

This commit is contained in:
Soulter
2025-02-05 13:26:53 +08:00
parent 92c57e5476
commit 12f4e1146f
18 changed files with 437 additions and 348 deletions
+3 -1
View File
@@ -42,5 +42,7 @@ CREATE TABLE IF NOT EXISTS webchat_conversation(
cid TEXT,
history TEXT,
created_at INTEGER,
updated_at INTEGER
updated_at INTEGER,
title TEXT,
persona_id TEXT
);