Skip to content

Commit 5e8d209

Browse files
author
antalike
committed
Update description for knowledgebase_ids in Chat API
1 parent 309c52c commit 5e8d209

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/cn/api_docs/api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
"type": "string"
516516
},
517517
"title": "Knowledgebase IDs",
518-
"description": "选定可以检索的知识库范围"
518+
"description": "该字段用于限制当次搜索可访问的知识库范围,默认为空(即不检索任何知识库)。传入具体知识库 ID,则可检索指定的知识库;传入all,则可检索该项目下所有关联知识库"
519519
},
520520
"memory_limit_number": {
521521
"type": "integer",

content/en/api_docs/api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
"type": "string"
498498
},
499499
"title": "Knowledgebase IDs",
500-
"description": "Selected scope of knowledgebases for retrieval."
500+
"description": "Specifies the scope of knowledge bases accessible for the current search. Defaults to empty, meaning no knowledge bases are searched.Pass specific Knowledgebase IDs to search within that designated repository; pass \"all\" to search across all associated knowledgebases within the project."
501501
},
502502
"memory_limit_number": {
503503
"type": "integer",

0 commit comments

Comments
 (0)