CHAT-000 P0 | ChatScope 里程碑总设计文档 #97
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?
一句话目标
所有 AI 会话都绑定明确 ChatScope。同一 scope 继续会话,不同 scope 打开或创建对应会话。前端所有入口必须显式传 scope,AI 页面不再猜上下文。
ChatScope 是什么
知习的 AI 对话不是普通聊天,而是学习对象绑定的上下文会话。每个会话必须明确知道自己在问谁。
核心规则
完整决策表
数据模型
ChatSession
ChatScope 映射
入口规则
每个入口显式传
ChatEntryContext:检索范围
不同 scope 的
loadContext检索范围不同:顶层 API
open-or-create请求体:响应:
子里程碑
最小验收链路
这 6 条跑通,ChatScope 系统才算真正收口。