feat: 去除"问诊"字眼 + "药管家"改名 + 删除AI对话欢迎卡片紫色框
- "AI问诊" -> "AI对话"(胶囊名、首页标签、页面标题、提示词) - "药管家" -> "药提醒"(胶囊名、枚举注释、处理器注释) - AI对话欢迎卡片删除紫色提示框(与底部提示重复) - 底部提示文字去掉"观察或就医建议",改为"帮您记录和整理症状信息"
This commit is contained in:
@@ -136,10 +136,10 @@ public enum FollowUpStatus
|
||||
public enum AgentType
|
||||
{
|
||||
Default, // 默认对话
|
||||
Consultation, // AI 问诊
|
||||
Consultation, // AI 对话
|
||||
Health, // 记数据
|
||||
Diet, // 拍饮食
|
||||
Medication, // 药管家
|
||||
Medication, // 药提醒
|
||||
Report, // 看报告
|
||||
Exercise, // 运动计划
|
||||
Unified // 统一入口(自动路由)
|
||||
|
||||
@@ -3,7 +3,7 @@ using Health.Application.Medications;
|
||||
namespace Health.Infrastructure.AI.AgentHandlers;
|
||||
|
||||
/// <summary>
|
||||
/// 药管家 Agent 工具处理器。
|
||||
/// 药提醒 Agent 工具处理器。
|
||||
/// </summary>
|
||||
public static class MedicationAgentHandler
|
||||
{
|
||||
|
||||
@@ -92,7 +92,7 @@ public sealed class PromptManager
|
||||
4. 遇到以下情况建议立即就医:剧烈胸痛、呼吸困难、心悸
|
||||
5. 不作任何分析、判断或结论,只整理用户描述的症状
|
||||
6. 可以客观复述用户说过的症状,不能结合档案推断(如"您有心脏手术史+胸痛,可能是心脏问题")
|
||||
7. 问诊结束给出结构化小结,并建议就医评估
|
||||
7. 对话结束给出结构化小结,并建议就医评估
|
||||
""";
|
||||
|
||||
private const string HealthDataPrompt = """
|
||||
|
||||
Reference in New Issue
Block a user