CHAT-204 P0 | ChatSession scope 字段创建后不可修改 #85
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?
目标
PATCH /chat/sessions/:id 不允许修改 scopeType/scopeId/parentKnowledgeBaseId 等 scope 字段。
禁止修改的字段
允许修改的字段
原因
切换知识库/资料/知识点必须通过 open-or-create 打开新会话,不能修改旧会话 scope。
完成情况
交付物
Service 层 —
updateSession方法:不可变字段
以下字段通过
PATCH /sessions/:id无法修改(不在白名单中):scopeTypescopeIdparentKnowledgeBaseIdcreatedFromuserIdknowledgeBaseId(旧字段,迁移后移除)前端若传了这些字段,会被静默忽略(不报错,不修改)。
涉及文件