From 174e7b65c0c35196914b5f10b0afe2895ddab716 Mon Sep 17 00:00:00 2001 From: Natalia Venditto Date: Wed, 8 Nov 2023 12:43:59 +0100 Subject: [PATCH] fix: clean code up --- packages/chat-component/src/main.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/chat-component/src/main.ts b/packages/chat-component/src/main.ts index e4780d34..5f5afddf 100644 --- a/packages/chat-component/src/main.ts +++ b/packages/chat-component/src/main.ts @@ -156,9 +156,6 @@ export class ChatComponent extends LitElement { this.chatThoughts = result.thoughts; this.chatDataPoints = result.data_points; this.canShowThoughtProcess = true; - // this is a temporary fix until we have chat history and can use the corresponding - // datapoints from the history - // TODO: remove this once we have chat history return true; }