mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-14 08:21:43 +00:00
code exec running output trim
This commit is contained in:
parent
e3f938909a
commit
602f9f314d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue