Skip to content

Commit

Permalink
fix(chat): improve prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Feb 19, 2025
1 parent 093d056 commit 947895f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const ChatAttachedApp = memo(({ app, showPrompts, onSendChatMessage }: Ch
const onSendAppMessage = (content: string) => {
onSendChatMessage({
content: `${getSdkAppMentionInChat(app)} ${content}`,
webSearch: false,
});
};

Expand Down

0 comments on commit 947895f

Please sign in to comment.