feat: remove unnecessary TODO

This commit is contained in:
Vanalite 2025-10-28 15:49:17 +07:00
parent a14872666a
commit f7e0e790b6

View File

@ -218,9 +218,6 @@ const ChatInput = ({
if (hasTools && hasVision && hasProactiveCapability) { if (hasTools && hasVision && hasProactiveCapability) {
setHasProactive(true) 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 { } else {
setHasProactive(false) setHasProactive(false)
} }