Skip to content

Commit

Permalink
fix: add toolkey when sending message
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed Dec 16, 2024
1 parent 509375d commit 3032ed9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}`;
Expand Down

0 comments on commit 3032ed9

Please sign in to comment.