mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
drop emoji
This commit is contained in:
@@ -1397,7 +1397,7 @@ class ConsoleFormatter:
|
|||||||
# Create the JSON input panel
|
# Create the JSON input panel
|
||||||
input_panel = Panel(
|
input_panel = Panel(
|
||||||
json_syntax,
|
json_syntax,
|
||||||
title="📥 Tool Input",
|
title="Tool Input",
|
||||||
border_style="blue",
|
border_style="blue",
|
||||||
padding=(1, 2),
|
padding=(1, 2),
|
||||||
)
|
)
|
||||||
@@ -1409,7 +1409,7 @@ class ConsoleFormatter:
|
|||||||
|
|
||||||
output_panel = Panel(
|
output_panel = Panel(
|
||||||
Text(output_text, style="bright_green"),
|
Text(output_text, style="bright_green"),
|
||||||
title="📤 Tool Output",
|
title="Tool Output",
|
||||||
border_style="green",
|
border_style="green",
|
||||||
padding=(1, 2),
|
padding=(1, 2),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user