mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-05 11:01:09 +00:00
feat: UI component rendering in agent dialog mode (#1083)
Co-authored-by: csunny <cfqsunny@163.com>
This commit is contained in:
@@ -36,7 +36,15 @@ export type IChatDialogueSchema = {
|
||||
conv_uid: string;
|
||||
user_input: string;
|
||||
user_name: string;
|
||||
chat_mode: 'chat_with_db_execute' | 'chat_excel' | 'chat_with_db_qa' | 'chat_knowledge' | 'chat_dashboard' | 'chat_execution' | 'chat_agent';
|
||||
chat_mode:
|
||||
| 'chat_with_db_execute'
|
||||
| 'chat_excel'
|
||||
| 'chat_with_db_qa'
|
||||
| 'chat_knowledge'
|
||||
| 'chat_dashboard'
|
||||
| 'chat_execution'
|
||||
| 'chat_agent'
|
||||
| (string & {});
|
||||
select_param: string;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user