Refactor flattenSchema to simplify JSON schema for Google Generative … (#4711)
* Refactor flattenSchema to simplify JSON schema for Google Generative AI API compatibility * Added unit test and github action * Add unit tests workflow and update test script in package.json * Downgrade eslint-plugin-jest to make min node version 18
This commit is contained in:
+2
-1
@@ -164,6 +164,7 @@
|
||||
"@types/yargs": "^17.0.33",
|
||||
"@types/yauzl": "^2.10.3",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-plugin-jsdoc": "^48.10.0"
|
||||
"eslint-plugin-jsdoc": "^48.10.0",
|
||||
"eslint-plugin-jest": "^27.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user