refactor(agent): json-viewer switch to to-json-schema module (#164)

This commit is contained in:
sigoden
2025-02-13 08:57:54 +08:00
committed by GitHub
parent 8e2511493d
commit 42c827e556
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"dependencies": {
"@inquirer/input": "^4.0.2",
"json-schema-generator": "^2.0.6"
"to-json-schema": "^0.2.5"
}
}