fix: prompt toolcall ui (#4139)

* load log error adapt

* fix: prompt toolcall ui

* perf: commercial function tip

* update package
This commit is contained in:
Archer
2025-03-13 14:14:34 +08:00
committed by archer
parent 177d490639
commit 1cff21dbae
17 changed files with 225 additions and 183 deletions

View File

@@ -24,7 +24,6 @@
"@nestjs/core": "^10.0.0",
"@nestjs/platform-fastify": "^10.3.8",
"@nestjs/swagger": "^7.3.1",
"crypto": "^1.0.1",
"dayjs": "^1.11.7",
"fastify": "^4.27.0",
"isolated-vm": "^4.7.2",
@@ -40,9 +39,9 @@
"@types/jest": "^29.5.2",
"@types/node": "^20.14.2",
"@types/supertest": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.42.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "8.56.0",
"jest": "^29.5.0",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",