Saran Connolly

Results 14 comments of Saran Connolly

Nice idea, I hadn't noticed the issue with navigating between chats. The only caveat I would have about refreshing the router when aiState is done would be that if there's...

Following on from the last comment, a quick workaround for https://github.com/vercel/ai-chatbot/issues/364 could be to do something like: ```tsx // actions.ts import { revalidatePath } from 'next/cache'; export async function revalidate(path:...

@shenst1 I totally agree, it's not ideal. I have the same issue if navigating to other landing pages and then clicking Back in the browser. But if navigating via mouse...

@lgrammel the docs suggest that these methods are returned in the result, similarly to `streamText`, but that doesn't appear the case. Looking through the commit history, it doesn't seem to...