mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-19 16:31:30 +00:00
dec's updates
This commit is contained in:
commit
a00c433658
36 changed files with 5215 additions and 136 deletions
|
|
@ -5,7 +5,7 @@ from python.tools.code_execution_tool import CodeExecution
|
|||
|
||||
class Input(Tool):
|
||||
|
||||
async def execute(self, keyboard="", **kwargs):
|
||||
async def execute(self, keyboard="", session=0, **kwargs):
|
||||
# normalize keyboard input
|
||||
keyboard = keyboard.rstrip()
|
||||
keyboard += "\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue