编辑 create_baby_health_record
Action schema 会在 case 生成 expected_output 时传给 Gemini
返回 Actions
返回列表
Type
标题
状态
active
inactive
说明
记录体温、症状、吐奶、用药、就医和安全提示相关事实。
Payload Schema JSON
{ "baby_name": "string, 可选", "time": "string, 可选", "temperature_c": "number, 可选", "symptom": "string, 可选", "medicine": "string, 可选", "note": "string, 可选" }