1 contexts · 供 case 生成时选择
{ "current_time": "2026-05-20T15:00:00+08:00", "timezone": "Asia/Hong_Kong", "baby": { "name": "Anna", "age_weeks": 18, "sex": "female" }, "feeding_profile": { "primary_method": "bottle_breastmilk", "description": "母乳瓶喂" }, "known_day_summary": { "date": "2026-05-20", "real_world_note": "到 15:00 实际一共有 3 次小睡,但系统中只记录了 2 次,存在漏记。", "record_completeness": { "sleep": "incomplete", "feeding": "partial", "diaper": "partial" } }, "recent_records": [ { "id": "feed_001", "type": "baby_feeding", "time": "2026-05-20T06:45:00+08:00", "payload": { "baby_name": "Anna", "feeding_type": "bottle_breastmilk", "amount_ml": 120, "note": "早晨醒来后瓶喂母乳" } }, { "id": "diaper_001", "type": "diaper", "time": "2026-05-20T07:20:00+08:00", "payload": { "baby_name": "Anna", "diaper_type": "mixed", "stool_color": "yellow", "note": "有大便,黄色" } }, { "id": "sleep_001", "type": "baby_sleep", "start_time": "2026-05-20T08:10:00+08:00", "end_time": "2026-05-20T09:00:00+08:00", "payload": { "baby_name": "Anna", "sleep_type": "nap", "duration_minutes": 50, "note": "上午第一觉" } }, { "id": "feed_002", "type": "baby_feeding", "time": "2026-05-20T09:25:00+08:00", "payload": { "baby_name": "Anna", "feeding_type": "bottle_breastmilk", "amount_ml": 135, "note": "睡醒后瓶喂母乳" } }, { "id": "diaper_002", "type": "diaper", "time": "2026-05-20T10:40:00+08:00", "payload": { "baby_name": "Anna", "diaper_type": "wet", "note": "湿尿布" } }, { "id": "feed_003", "type": "baby_feeding", "time": "2026-05-20T12:10:00+08:00", "payload": { "baby_name": "Anna", "feeding_type": "bottle_breastmilk", "amount_ml": 110, "note": "中午瓶喂母乳" } }, { "id": "sleep_002", "type": "baby_sleep", "start_time": "2026-05-20T12:45:00+08:00", "end_time": "2026-05-20T13:35:00+08:00", "payload": { "baby_name": "Anna", "sleep_type": "nap", "duration_minutes": 50, "note": "系统中记录的第二次小睡" } }, { "id": "feed_004", "type": "baby_feeding", "time": "2026-05-20T14:05:00+08:00", "payload": { "baby_name": "Anna", "feeding_type": "bottle_breastmilk", "amount_ml": 125, "note": "下午瓶喂母乳" } } ], "unrecorded_real_world_events": [], "recent_dialogue": [ { "turn": 1, "time": "2026-05-20T06:46:00+08:00", "user": "anna 刚喝了 120 毫升母乳", "assistant_reply": "好的,已帮你记录 Anna 刚刚瓶喂母乳 120ml。" }, { "turn": 2, "time": "2026-05-20T07:21:00+08:00", "user": "刚换了尿布,有大便,黄色的", "assistant_reply": "好的,已记录 Anna 刚换尿布,有黄色大便。" }, { "turn": 3, "time": "2026-05-20T09:01:00+08:00", "user": "anna 醒了,刚才睡了大概 50 分钟", "assistant_reply": "好的,已记录 Anna 这次小睡约 50 分钟。" }, { "turn": 4, "time": "2026-05-20T12:11:00+08:00", "user": "中午喝了 110 毫升", "assistant_reply": "好的,已记录 Anna 中午瓶喂母乳 110ml。" }, { "turn": 5, "time": "2026-05-20T14:06:00+08:00", "user": "刚才又喝了 125", "assistant_reply": "好的,已记录 Anna 刚才瓶喂母乳 125ml。" } ], "notes_for_agent": [ "不要假设系统记录完整。当天真实可能有漏记。", "如果用户补记一段睡眠,应根据用户输入和 current_time 计算,而不是仅依赖 recent_records。", "Anna 是 18 周女宝宝,主要喂养方式为母乳瓶喂。", "截至 current_time,系统中只有 2 次小睡记录,但真实情况中可能已有 3 次。" ] }