Skip to content

Commit

Permalink
Update toolType from 'Deno' to 'Python' in PythonTool component
Browse files Browse the repository at this point in the history
  • Loading branch information
guillevalin committed Dec 30, 2024
1 parent c86b693 commit 68e0e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shinkai-desktop/src/components/tools/python-tool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default function PythonTool({

await updateTool({
toolKey: toolKey ?? '',
toolType: 'Deno',
toolType: 'Python',
toolPayload: {
config: data.config.map((conf) => ({
BasicConfig: {
Expand Down

0 comments on commit 68e0e36

Please sign in to comment.