编辑 create_milk_inventory_record
Action schema 会在 case 生成 expected_output 时传给 Gemini
返回 Actions
返回列表
Type
标题
状态
active
inactive
说明
记录冷藏、冷冻、取用、丢弃等母乳库存变化。
Payload Schema JSON
{ "time": "string, 可选", "amount_ml": "number, 必填", "storage_location": "string, 可选, fridge | freezer | room_temperature | unknown", "operation": "string, 可选, store | use | discard | move", "label": "string, 可选", "note": "string, 可选" }