Commit b61e21ed by luoqi

feat(web): 助手开场建议加「今日推荐(说明理由)」一条

页面版 EXAMPLES + 小窗(有/无当前患者两支)都加上"今日推荐:挑几个该优先
跟进的患者,并说明理由"——引导用 recall_queue_stats + list_recall_queue
出今日 top + 逐条理由。页面版替换掉与之重复的"准备今天要跟进的召回工作"。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
parent a7aea646
......@@ -44,9 +44,9 @@ const MODELS = [
];
const EXAMPLES = [
'今日推荐:挑几个该优先跟进的患者,并说明理由',
'查一下患者孙柯的信息、就诊事实和画像',
'现在有哪些应治未治、值得召回的患者?',
'帮我准备一下今天要跟进的召回工作',
];
// ── 工具结果格式化 + 轻量摘要 ──────────────────────────────
......
......@@ -42,8 +42,9 @@ export function AssistantWidget() {
`${current.patientName}为什么被召回?帮我捋一下关键事实`,
`查一下${current.patientName}的画像和潜在治疗`,
`这通电话怎么开口比较好?给我两句开场`,
'今日推荐:挑几个该优先跟进的患者,并说明理由',
]
: ['现在召回池里优先级最高的是谁?', '帮我准备一下今天要跟进的召回工作'];
: ['今日推荐:挑几个该优先跟进的患者,并说明理由', '现在召回池里优先级最高的是谁?'];
if (!allowed) return null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment