feat(chat): update tool listing to include path, key, and parameters in prompts
- Modified tools list to display tool path and key along with descriptions. - Added handling for tool parameters in the prompt. - Updated JSON format in prompts to reflect changes in tool identification. - Changed label from "智能体" to "执行体" for clarity.
This commit is contained in:
23
package.json
23
package.json
@@ -14,12 +14,12 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@base-ui/react": "^1.2.0",
|
||||
"@kevisual/router": "0.0.85",
|
||||
"@tanstack/react-router": "^1.166.2",
|
||||
"@kevisual/router": "0.1.1",
|
||||
"@tanstack/react-router": "^1.166.7",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@uiw/react-codemirror": "^4.25.7",
|
||||
"@uiw/react-codemirror": "^4.25.8",
|
||||
"@uiw/react-md-editor": "^4.0.11",
|
||||
"antd": "^6.3.1",
|
||||
"antd": "^6.3.2",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.1.1",
|
||||
@@ -34,23 +34,24 @@
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4",
|
||||
"react-hook-form": "^7.71.2",
|
||||
"react-resizable-panels": "^4.7.1",
|
||||
"react-resizable-panels": "^4.7.2",
|
||||
"sonner": "^2.0.7",
|
||||
"valtio": "^2.3.1",
|
||||
"zod": "^4.3.6",
|
||||
"zustand": "^5.0.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kevisual/ai": "^0.0.28",
|
||||
"@kevisual/api": "^0.0.62",
|
||||
"@kevisual/context": "^0.0.8",
|
||||
"@kevisual/js-filter": "^0.0.5",
|
||||
"@kevisual/kv-login": "^0.1.15",
|
||||
"@kevisual/query": "^0.0.52",
|
||||
"@kevisual/js-filter": "^0.0.6",
|
||||
"@kevisual/kv-login": "^0.1.17",
|
||||
"@kevisual/query": "^0.0.53",
|
||||
"@kevisual/types": "^0.0.12",
|
||||
"@tailwindcss/vite": "^4.2.1",
|
||||
"@tanstack/react-router-devtools": "^1.166.2",
|
||||
"@tanstack/router-plugin": "^1.166.2",
|
||||
"@types/node": "^25.3.3",
|
||||
"@tanstack/react-router-devtools": "^1.166.7",
|
||||
"@tanstack/router-plugin": "^1.166.7",
|
||||
"@types/node": "^25.4.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
|
||||
Reference in New Issue
Block a user