编辑 create_baby_sleep_record
Action schema 会在 case 生成 expected_output 时传给 Gemini
返回 Actions
返回列表
Type
标题
状态
active
inactive
说明
记录小睡、夜睡、醒来、睡眠时长、入睡方式等宝宝睡眠事件。
Payload Schema JSON
{ "baby_name": "string, 可选, 宝宝名字", "start_time": "string, 可选, ISO8601 或原始时间表达", "end_time": "string, 可选, ISO8601 或原始时间表达", "duration_minutes": "number, 可选, 睡眠分钟数", "sleep_type": "string, 可选, nap | night | unknown", "note": "string, 可选" }