From 635f70e28a84fb7d3399cdd3b747821773acc655 Mon Sep 17 00:00:00 2001 From: lidia9 Date: Tue, 29 Apr 2025 10:52:13 +0200 Subject: [PATCH] remove new line in ui --- src/cai/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cai/util.py b/src/cai/util.py index 087c98d2..b772437a 100644 --- a/src/cai/util.py +++ b/src/cai/util.py @@ -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