code exec running output trim

frdel committed Sep 25, 2025 at 11:50 UTC 602f9f314d458d090ad8d2218ab3c866497a6ed5
1 file changed +1 -1
python/tools/code_execution_tool.py
+1 -1
@@ -342,7 +342,7 @@ class CodeExecution(Tool):
342 async def handle_running_session(
343 self,
344 session=0,
345 - reset_full_output=False,
345 + reset_full_output=True,
346 prefix=""
347 ):
348 state = getattr(self, "state", None)