adding web search to all recs

This commit is contained in:
2026-03-26 20:13:31 -03:00
parent f9f3d95406
commit 6fdfc3797a
7 changed files with 86 additions and 109 deletions

12
package-lock.json generated
View File

@@ -4455,6 +4455,15 @@
"dev": true,
"license": "MIT"
},
"node_modules/zod": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
"integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
},
"packages/backend": {
"version": "1.0.0",
"license": "ISC",
@@ -4463,7 +4472,8 @@
"drizzle-orm": "^0.45.1",
"fastify": "^5.8.4",
"openai": "^6.32.0",
"postgres": "^3.4.8"
"postgres": "^3.4.8",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^24.12.0",