dec's updates

This commit is contained in:
frdel 2025-05-22 10:02:39 +02:00
commit a00c433658
36 changed files with 5215 additions and 136 deletions

View file

@ -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"