File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ def message(
8383 id = "001" ,
8484 title = "Understanding the task..." ,
8585 status = "in_progress" ,
86- details = "- Indentify the goal\n - Identify constraints\n - Pretending this is obvious " ,
86+ details = "- Identifying the goal\n - Identifying constraints" ,
8787 ),
8888 TaskUpdateChunk (
8989 id = "002" ,
@@ -100,14 +100,13 @@ def message(
100100 id = "001" ,
101101 title = "Understanding the task..." ,
102102 status = "complete" ,
103- details = "- Indentied the goal \n - Identied constraints \n - Pretended this was obvious" ,
103+ details = "\n - Pretending this was obvious" ,
104104 output = "We'll continue to ramble now" ,
105105 ),
106106 TaskUpdateChunk (
107107 id = "002" ,
108108 title = "Performing acrobatics..." ,
109109 status = "in_progress" ,
110- details = "- Jumping atop ropes\n - Juggling bowling pins\n - Riding a single wheel too" ,
111110 ),
112111 ],
113112 )
You can’t perform that action at this time.
0 commit comments