Skip to content

Commit ea6c722

Browse files
committed
fix: append to details instead of overwrite past arguments
1 parent 242297a commit ea6c722

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

listeners/assistant/message.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)