Add lightweight AI admin dashboard
This commit is contained in:
@@ -99,7 +99,6 @@ export type DesignPreviewType =
|
||||
| 'knowledge_retrieval'
|
||||
| 'list_config'
|
||||
| 'llm_config'
|
||||
| 'system_summary'
|
||||
| 'workflow_result';
|
||||
|
||||
// 设计预览配置
|
||||
|
||||
@@ -57,19 +57,11 @@ export interface AgentInfo {
|
||||
/** 设计预览类型 */
|
||||
export type DesignPreviewType =
|
||||
| 'agent_capability'
|
||||
| 'app_design'
|
||||
| 'app_settings'
|
||||
| 'dashboard_basic_info'
|
||||
| 'dashboard_design'
|
||||
| 'dashboard_publish'
|
||||
| 'database_design'
|
||||
| 'form_basic_info'
|
||||
| 'form_ui_design'
|
||||
| 'knowledge_retrieval'
|
||||
| 'list_config'
|
||||
| 'llm_config'
|
||||
| 'workflow_result'
|
||||
| 'system_summary';
|
||||
| 'workflow_result';
|
||||
|
||||
/** 设计预览数据 */
|
||||
export interface DesignPreviewData {
|
||||
|
||||
Reference in New Issue
Block a user