fix: remove duplicate dim/arrow prefix in interactive progress line
This commit is contained in:
@@ -657,8 +657,7 @@ def agent(
|
|||||||
elif ch and not is_tool_hint and not ch.send_progress:
|
elif ch and not is_tool_hint and not ch.send_progress:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
#await _print_interactive_line(f" ↳ {msg.content}")
|
await _print_interactive_line(msg.content)
|
||||||
await _print_interactive_line(f" [dim]↳ {msg.content}[/dim]")
|
|
||||||
|
|
||||||
elif not turn_done.is_set():
|
elif not turn_done.is_set():
|
||||||
if msg.content:
|
if msg.content:
|
||||||
|
|||||||
Reference in New Issue
Block a user