From e1fe0c69b01de83a9a4dff63ac6a29e01452a68b Mon Sep 17 00:00:00 2001 From: baptou12 Date: Thu, 3 Apr 2025 21:56:05 +0200 Subject: [PATCH] feat: test n8n --- src/hooks/useChatWebhook.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useChatWebhook.ts b/src/hooks/useChatWebhook.ts index 10c5fed..84bb368 100644 --- a/src/hooks/useChatWebhook.ts +++ b/src/hooks/useChatWebhook.ts @@ -15,7 +15,7 @@ interface ChatWebhookOptions { const DEFAULT_OPTIONS: ChatWebhookOptions = { simulationDelay: 1500, - initialMessages: [ + // initialMessages: [ { id: "1", content: "Hello! How can I help you today?", role: Roles.Chat }, ], };