mirror of https://github.com/aliasrobotics/cai.git
remove new line in ui
This commit is contained in:
parent
609a681b3f
commit
635f70e28a
|
|
@ -873,7 +873,7 @@ def cli_print_agent_messages(agent_name, message, counter, model, debug, # pyli
|
|||
else "[bold]Agent Interaction[/bold]"),
|
||||
title_align="left"
|
||||
)
|
||||
console.print("\n")
|
||||
#console.print("\n")
|
||||
console.print(panel)
|
||||
|
||||
# If there are tool panels, print them after the main message panel
|
||||
|
|
|
|||
Loading…
Reference in New Issue