mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-23 19:35:57 +00:00
fix: remove duplicate dim/arrow prefix in interactive progress line
This commit is contained in:
parent
48c74a11d4
commit
3fa62e7fda
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user