Questions tagged [vercel-ai]

No instructions have been provided for this tag ...at the moment!

What could be causing the lack of reactivity in the body object during the sending of a POST API

Utilizing Vercel's AI SDK along with the useChat utility hook from Vercel in my Nuxt.js project, I'm developing a chat interface. Within this interface, I have multiple agents (such as General, Exercise, Cardiology) listed in a select dropdown menu. My goa ...

Running Vercel's AI SDK on AWS Lambda and API Gateway: Step-by-step guide

I am currently working on deploying my NextJS Vercel AI SDK App on AWS using Cloudfront, Lambda, and API Gateway. One of the challenges I'm facing is modifying the useChat() function to incorporate the API from my Lambda Function, which handles the connec ...