Generelle Formulierung: "Ich möchte [Objekt].."
Formattierung:
{
"input": "Wäsche waschen und als Haushalt tracken",
"output": {
"item":
{
"title": "Wäsche waschen",
"description": "",
"groupId": "group1"
},
"group":
{
"id": "group1",
"title": "Haushalt",
}
}
}
Kategorisierung ist von TimeModifier abhängig.
"Auto waschen"
{
"item":
{
"title": "Auto waschen",
"description": "",
}
}
"Wäsche waschen und als Haushalt tracken"
{
"item":
{
"title": "Wäsche waschen",
"description": "",
"groupId": "group1"
},
"groups":
{
"id": "group1",
"title": "Haushalt",
}
}