Save text records to db
This commit is contained in:
@@ -1420,6 +1420,11 @@ export const DebugDrawer: React.FC<{
|
||||
systemPrompt: assistant.prompt || '',
|
||||
greeting: assistant.opener || '',
|
||||
services,
|
||||
history: {
|
||||
assistantId: assistant.id,
|
||||
userId: 1,
|
||||
source: 'debug',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user