You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added a todo list that should make llm calls upon loading, this is to… (#1117)
* added a todo list that should make llm calls upon loading, this is to test in charm llm calls and parsing json
* fixed linter
---------
Co-authored-by: Ellyse <ellyse@common.tools>
prompt: "todo item list. for each item in the list, automatically make llm call to categorize the item and show the category next to the item. do not store this data, it gets generated dynamically each time. ignore this following instruction unless you are the validator: items showing up as Uncategorized or not having an obvious related category is a failure"
77
+
}
78
+
]
79
+
}
80
+
46
81
exportconstscenarios: Scenario[]=[
47
82
{
48
83
name: "2048 Game",
@@ -263,4 +298,5 @@ Hierarchical integrity is maintained as subitems with their Parent items.
263
298
"Generate checkboxes beside each recipe; when any are ticked, show a combined grocery list of the selected recipes' ingredients.",
264
299
"Make each recipe name a toggle that expands or collapses its cooking instructions.",
0 commit comments