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)