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) }