fix: enable word wrapping for long input tool (#3274)

This commit is contained in:
Lucas Gomide
2025-08-05 12:05:38 -03:00
committed by GitHub
parent 246cf588cd
commit 0b31bbe957

View File

@@ -1387,6 +1387,7 @@ class ConsoleFormatter:
theme="monokai",
line_numbers=False,
background_color="default",
word_wrap=True,
)
content.append("\n")