18 lines
683 B
JSON
18 lines
683 B
JSON
{
|
|
"dominik_feeling": "string (optional)",
|
|
"sarah_mood": "string (optional)",
|
|
"special_events": "string — events trigger plan overrides: 'grillen', 'picknick', 'reise', 'besuch', 'konzert'",
|
|
"dominik_ho": ["Montag", "Mittwoch", "..."],
|
|
"sarah_ho": ["Dienstag", "..."],
|
|
"used_recipes_in_session": [],
|
|
"kitchen_status": {
|
|
"fridge": "string",
|
|
"leftovers": "string",
|
|
"speed": "normal | schnell | langsam"
|
|
},
|
|
"tagesgefuehl": "string — free-text mood, may contain weather/craving hints",
|
|
"cravings": "comma-separated keywords, e.g. 'asiatisch, leicht, schnell'",
|
|
"impact": "1-10 or descriptive string",
|
|
"kitabox_typ": "süß | herzhaft | gemischt"
|
|
}
|