CHAT-203 P1 | ChatSession 自动标题生成规则 #84
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?
目标
根据 scope 自动生成初始标题,首条用户消息后生成 autoTitle。
初始标题
自动标题(首条消息后)
取用户第一条消息前 20 个中文字符,去掉废词。
完成情况
交付物
Service 层 — 提取
autoTitle+generateTitle方法 (rag-chat.service.ts):规则说明
title === "新对话"时才自动生成,用户手动改过的标题不覆盖涉及文件
test
完成情况
交付物
Service 层 — 提取
autoTitle+generateTitle方法:规则
涉及文件