From 602f9f314d458d090ad8d2218ab3c866497a6ed5 Mon Sep 17 00:00:00 2001 From: frdel <38891707+frdel@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:50:20 +0200 Subject: [PATCH] code exec running output trim --- python/tools/code_execution_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tools/code_execution_tool.py b/python/tools/code_execution_tool.py index f7af57b45..8752bdbeb 100644 --- a/python/tools/code_execution_tool.py +++ b/python/tools/code_execution_tool.py @@ -342,7 +342,7 @@ class CodeExecution(Tool): async def handle_running_session( self, session=0, - reset_full_output=False, + reset_full_output=True, prefix="" ): state = getattr(self, "state", None)