M7-05 P0 | createSession 接受 ChatScope 参数 scopeType scopeId parentKnowledgeBaseId #81
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
POST /rag-chat/sessions 接受 scopeType/scopeId 代替单一 knowledgeBaseId。
接口
{ "scopeType": "knowledge_item", "scopeId": "ki_123", "parentKnowledgeBaseId": "kb_001", "createdFrom": "knowledge_item_detail" }
行为
完成情况
交付物
Service 层 —
createSession重构:参数校验:
scopeType必须为合法枚举值 (knowledge_base/folder/material/knowledge_item/global)scopeType !== "global"时scopeId必填parentKnowledgeBaseId由后端deriveParentKbId()推导,前端可传但后端会覆写Controller 层:
deriveParentKbId 逻辑
涉及文件