You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return`Delete ${docIds.length} document(s) from knowledge base ${indexId}:\n ${listed}\nDocuments and all their chunks are permanently removed from the index. This cannot be undone.`;
42
-
}
43
-
44
31
exportdefaultdefineCommand({
45
32
description: {
46
33
"en-US": "Delete documents and their chunks from a knowledge base",
47
34
"zh-CN": "从知识库中删除文档及其 Chunk",
48
35
},
49
36
auth: "apiKey",
37
+
risk: {
38
+
level: "high",
39
+
message: {
40
+
"en-US": "This permanently deletes the selected documents and all of their chunks.",
0 commit comments