1.添加移动端用户的检测工具类,移动端用户只能访问对话页面。
2.评查点列表添加文档属性类型字段。 3.优化dify的对话侧边栏的显示效果。 4.评查点规则添加使用文档属性类型的输入框。添加多实体开关的操作开关。
This commit is contained in:
@@ -18,6 +18,7 @@ export interface Rule {
|
||||
prompt: string;
|
||||
isActive: boolean;
|
||||
area?: string; // 地区
|
||||
documentAttributeType?: string; // 文档属性类型
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user