编辑 create_baby_feeding_record
Action schema 会在 case 生成 expected_output 时传给 Gemini
返回 Actions
返回列表
Type
标题
状态
active
inactive
说明
记录瓶喂、亲喂、配方奶、辅食、剩余量等喂养事件。
Payload Schema JSON
{ "baby_name": "string, 可选", "time": "string, 可选", "feeding_type": "string, 可选, bottle | nursing | formula | solid_food | mixed", "amount_ml": "number, 可选", "left_minutes": "number, 可选", "right_minutes": "number, 可选", "food": "string, 可选", "note": "string, 可选" }