From 3032ed9b9bef44e1cd600d0c7fc2d9586664111d Mon Sep 17 00:00:00 2001 From: paulclindo Date: Mon, 16 Dec 2024 18:41:31 -0500 Subject: [PATCH] fix: add toolkey when sending message --- apps/shinkai-desktop/src/components/chat/conversation-footer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/shinkai-desktop/src/components/chat/conversation-footer.tsx b/apps/shinkai-desktop/src/components/chat/conversation-footer.tsx index 5f3581c4c..d20179e9f 100644 --- a/apps/shinkai-desktop/src/components/chat/conversation-footer.tsx +++ b/apps/shinkai-desktop/src/components/chat/conversation-footer.tsx @@ -640,6 +640,7 @@ function ConversationChatFooter({ inboxId }: { inboxId: string }) { message: data.message, parent: '', // Note: we should set the parent if we want to retry or branch out files: currentFiles, + toolKey: selectedTool?.key, }); } else { const sender = `${auth.shinkai_identity}/${auth.profile}/device/${auth.registration_name}`;