编辑 create_growth_record
Action schema 会在 case 生成 expected_output 时传给 Gemini
返回 Actions
返回列表
Type
标题
状态
active
inactive
说明
记录宝宝身高、体重、头围、体检数据和成长备注。
Payload Schema JSON
{ "baby_name": "string, 可选", "time": "string, 可选", "weight": "string, 可选, 含单位", "height": "string, 可选, 含单位", "head_circumference": "string, 可选, 含单位", "note": "string, 可选" }