From 68e0e3626c08f09848c9ecce64cb32441462f43d Mon Sep 17 00:00:00 2001 From: Guillermo Valin Date: Mon, 30 Dec 2024 14:43:41 -0300 Subject: [PATCH] Update toolType from 'Deno' to 'Python' in PythonTool component --- apps/shinkai-desktop/src/components/tools/python-tool.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/shinkai-desktop/src/components/tools/python-tool.tsx b/apps/shinkai-desktop/src/components/tools/python-tool.tsx index 7690bc70e..cbd1357ec 100644 --- a/apps/shinkai-desktop/src/components/tools/python-tool.tsx +++ b/apps/shinkai-desktop/src/components/tools/python-tool.tsx @@ -135,7 +135,7 @@ export default function PythonTool({ await updateTool({ toolKey: toolKey ?? '', - toolType: 'Deno', + toolType: 'Python', toolPayload: { config: data.config.map((conf) => ({ BasicConfig: {