feat: remove unnecessary TODO
This commit is contained in:
parent
a14872666a
commit
f7e0e790b6
@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user