rag/wwwroot/delete.ui
2025-07-16 15:06:59 +08:00

35 lines
1.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"widgettype": "Form",
"options": {
"height": "70%",
"title": "删除知识库文件",
"description": "输入用户 ID、知识库名称和文件名以删除指定文件",
"method": "POST",
"submit_url": "{{entire_url('api/delete')}}",
"fields": [
{
"name": "filename",
"uitype": "str",
"label": "文件名",
"required": true,
"description": "请输入要删除的文件名(如 test.docx"
},
{
"name": "userid",
"uitype": "str",
"label": "用户 ID",
"value": "user1",
"required": true,
"description": "请输入用户 ID不超过 100 字符)"
},
{
"name": "db_type",
"uitype": "str",
"label": "知识库名称",
"required": true,
"value": "textdb",
"description": "请输入知识库名称(如 textdb, pptdb"
}
]
}
}