编辑 create_diaper_record
Action schema 会在 case 生成 expected_output 时传给 Gemini
返回 Actions
返回列表
Type
标题
状态
active
inactive
说明
记录换尿片、小便、大便、颜色、性状、异常备注等。
Payload Schema JSON
{ "baby_name": "string, 可选", "time": "string, 可选", "diaper_type": "string, 可选, wet | dirty | mixed | dry | unknown", "stool_color": "string, 可选", "stool_texture": "string, 可选", "note": "string, 可选" }