Save text records to db

This commit is contained in:
Xin Wang
2026-02-09 14:10:19 +08:00
parent d4b645568e
commit 97984014e8
4 changed files with 213 additions and 2 deletions

View File

@@ -1420,6 +1420,11 @@ export const DebugDrawer: React.FC<{
systemPrompt: assistant.prompt || '',
greeting: assistant.opener || '',
services,
history: {
assistantId: assistant.id,
userId: 1,
source: 'debug',
},
},
};