fix: gemini tool call support (#5848)

This commit is contained in:
Louis 2025-07-22 23:25:43 +07:00 committed by GitHub
parent 1eaec5e4f6
commit 8e9cd2566b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{ {
"name": "@janhq/web-app", "name": "@janhq/web-app",
"private": true, "private": true,
"version": "0.5.18", "version": "0.6.6",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@ -69,7 +69,7 @@
"remark-math": "^6.0.0", "remark-math": "^6.0.0",
"sonner": "^2.0.3", "sonner": "^2.0.3",
"tailwindcss": "^4.1.4", "tailwindcss": "^4.1.4",
"token.js": "npm:token.js-fork@0.7.16", "token.js": "npm:token.js-fork@0.7.20",
"tw-animate-css": "^1.2.7", "tw-animate-css": "^1.2.7",
"ulidx": "^2.4.1", "ulidx": "^2.4.1",
"unified": "^11.0.5", "unified": "^11.0.5",