mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
test(commands): 添加知识文档列表的端到端测试步骤
- 在topic-routes测试文件中新增“knowledge doc list”步骤 - 该步骤用于验证导入的知识库文件是否可见 - 增强了知识库文件相关功能的测试覆盖率
This commit is contained in:
@@ -222,6 +222,7 @@ export const KNOWLEDGE_KB_DELETE_ROUTES: E2eRouteExports = {
|
||||
"knowledge update": "knowledgeKbUpdate", // live update step in the chain
|
||||
"knowledge list": "knowledgeKbList",
|
||||
"knowledge doc upload": "knowledgeDocUpload",
|
||||
"knowledge doc list": "knowledgeDocList", // live: verify imported file is visible in the KB
|
||||
"knowledge file delete": "knowledgeFileDelete", // live cleanup of data-center files
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user