remove new line in ui

This commit is contained in:
lidia9 2025-04-29 10:52:13 +02:00
parent 0bad360ebe
commit c3b447b624
1 changed files with 1 additions and 1 deletions

View File

@ -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