fix: OpenAI tools (#328)

- MCP tool params schema lost causing all MCP not working well
- Compatible with occasional llm return tool call parameters that are invalid json
This commit is contained in:
Mingholy
2025-08-14 21:18:26 +08:00
committed by GitHub
parent 1ffcb51052
commit 2403061bab
6 changed files with 322 additions and 19 deletions

View File

@@ -39,6 +39,7 @@
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.6",
"ignore": "^7.0.0",
"jsonrepair": "^3.13.0",
"marked": "^15.0.12",
"micromatch": "^4.0.8",
"open": "^10.1.2",