mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +00:00
Update code_execution_tool.py
This commit is contained in:
parent
9d073c0bd8
commit
bf1c2e2771
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ class CodeExecution(Tool):
|
|||
while True:
|
||||
await asyncio.sleep(sleep_time)
|
||||
full_output, partial_output = await self.state.shells[session].read_output(
|
||||
timeout=between_output_timeout, reset_full_output=reset_full_output
|
||||
timeout=3, reset_full_output=reset_full_output
|
||||
)
|
||||
reset_full_output = False # only reset once
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue