feat: support appending request hints to prompt (#965)

This commit is contained in:
Jeremy 2025-04-29 16:18:46 -07:00 committed by GitHub
parent 845b40f7fe
commit 23964e3392
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 53 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ai-chatbot",
"version": "3.0.10",
"version": "3.0.11",
"private": true,
"scripts": {
"dev": "next dev --turbo",
@ -38,6 +38,7 @@
"@radix-ui/react-visually-hidden": "^1.1.0",
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.24.1",
"@vercel/functions": "^2.0.0",
"@vercel/postgres": "^0.10.0",
"ai": "4.3.4",
"bcrypt-ts": "^5.0.2",