fix: missing dependencies

This commit is contained in:
one 2025-08-17 16:41:50 +08:00
parent 0273c58050
commit b2c512082f
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* eslint-disable @eslint-react/naming-convention/context-name */
import { ImageModelV2 } from '@ai-sdk/provider'
import { LanguageModel } from 'ai'

View File

@ -476,6 +476,7 @@ const InputbarTools = ({
setFiles,
setText,
showKnowledgeIcon,
showMcpTools,
showThinkingButton,
t
])