mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
fix: enable word wrapping for long input tool (#3274)
This commit is contained in:
@@ -1387,6 +1387,7 @@ class ConsoleFormatter:
|
|||||||
theme="monokai",
|
theme="monokai",
|
||||||
line_numbers=False,
|
line_numbers=False,
|
||||||
background_color="default",
|
background_color="default",
|
||||||
|
word_wrap=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
content.append("\n")
|
content.append("\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user