vercel / ai-chatbot

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

initialMessages doesn't work, code in main branch #322

Open daniloitj opened 2 months ago

daniloitj commented 2 months ago

initialMessages is never used, history of previous messages cannot be displayed.

className is not present in the interface

export interface ChatProps extends React.ComponentProps<'div'> { initialMessages?: Message[] id?: string session?: Session missingKeys: string[] }

export function Chat({ id, className, session, missingKeys }: ChatProps) {

logancox commented 2 months ago

324 Fixed this issue for me.