feat: support gemini 3.0 tools calling (#10301)

* fix error display

* 完整支持 gemini 的 Function calling 机制

* add fetchsse

* fix continue mode

* improve

* refactor

* fix
This commit is contained in:
Arvin Xu
2025-11-19 17:24:46 +08:00
committed by GitHub
parent 973367c7ac
commit 7114fc10c4
22 changed files with 1917 additions and 947 deletions
-1
View File
@@ -42,7 +42,6 @@ const nextConfig: NextConfig = {
// so we need to disable it
// refs: https://github.com/lobehub/lobe-chat/pull/7430
serverMinification: false,
turbopackFileSystemCacheForDev: true,
webVitalsAttribution: ['CLS', 'LCP'],
webpackBuildWorker: true,
webpackMemoryOptimizations: true,