added NLU v3 functionality with JSON schema validation and error handling in OpenAI service

This commit is contained in:
Lucas Tettamanti
2026-01-14 18:16:59 -03:00
parent 47ba68049f
commit 29fa2d127e
5 changed files with 345 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
"author": "Lucas Tettamanti",
"license": "MIT",
"dependencies": {
"ajv": "^8.17.1",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^4.19.2",