vercel / ai-chatbot

A full-featured, hackable Next.js AI chatbot built by Vercel
https://chat.vercel.ai
Other
9.79k stars 2.47k forks source link

Sidebar chat titles refetched on every message send #506

Open isarikaya opened 2 weeks ago

isarikaya commented 2 weeks ago

Hi All!

First, thank you for sharing this project with the community! It’s been incredibly valuable and helpful.

Issue: When sending a message in an active chat, I noticed that the /chat/history endpoint is triggered on each message submission, refetching all chat titles displayed in the sidebar. This causes redundant API requests, as the sidebar content is reloaded with every message, which could impact performance during active use.

If I’m mistaken about how this works, please feel free to correct me! Thank you again for your work on this project!