From 765d9eff755516a7f332c83a210f4ea339ebdc5a Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 20:39:40 +0000 Subject: [PATCH] Fix: Default bot chat message --- src/components/bots/BotChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/bots/BotChat.tsx b/src/components/bots/BotChat.tsx index bcf2816..10c8a7c 100644 --- a/src/components/bots/BotChat.tsx +++ b/src/components/bots/BotChat.tsx @@ -34,7 +34,7 @@ export const BotChat = ({ bot, onBack }: BotChatProps) => { { id: "1", role: "assistant", - content: `Olá! Sou ${bot.name}. ${bot.prompt}`, + content: "Envie sua mensagem", model: bot.model, }, ]);