Allow standalone parser to detect mixed prose tool JSON

This commit is contained in:
CJACK.
2026-03-20 02:03:32 +08:00
parent 4d549b7102
commit 20b603666d
7 changed files with 55 additions and 36 deletions

View File

@@ -1,6 +1,13 @@
{
"calls": [],
"calls": [
{
"name": "read_file",
"input": {
"path": "README.MD"
}
}
],
"sawToolCallSyntax": true,
"rejectedByPolicy": false,
"rejectedToolNames": []
}
}