feat: add JSON detection utility for various formats

- Implemented a utility function `detectJsonInLine` to identify and parse JSON data from different formats including direct JSON, tool calls, tool results, embedded JSON, and code blocks.
- Introduced `JsonDetectionResult` interface to standardize the detection results.
- Added a new test results file to track the status of tests.
This commit is contained in:
catlog22
2026-02-01 15:17:03 +08:00
parent f196b76064
commit 0342976c51
4 changed files with 1237 additions and 1417 deletions

View File

@@ -0,0 +1,4 @@
{
"status": "failed",
"failedTests": []
}