From f7e0e790b60c5c82779493b46d62cfea3aa92b13 Mon Sep 17 00:00:00 2001 From: Vanalite Date: Tue, 28 Oct 2025 15:49:17 +0700 Subject: [PATCH] feat: remove unnecessary TODO --- web-app/src/containers/ChatInput.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/web-app/src/containers/ChatInput.tsx b/web-app/src/containers/ChatInput.tsx index 5a29d5928..a8ce87866 100644 --- a/web-app/src/containers/ChatInput.tsx +++ b/web-app/src/containers/ChatInput.tsx @@ -218,9 +218,6 @@ const ChatInput = ({ if (hasTools && hasVision && hasProactiveCapability) { setHasProactive(true) - // TODO: Implement proactive mode template insertion - // This is where we'll add the proactive mode prompt/template - // when sending messages with models that have proactive capability enabled } else { setHasProactive(false) }