Update dependencies.

This commit is contained in:
Lee Robinson 2024-07-01 19:03:42 -05:00
parent 901e4ccec1
commit 16ec61a877
3 changed files with 1834 additions and 1569 deletions

View file

@ -506,7 +506,7 @@ export const AI = createAI<AIState, UIState>({
const session = await auth()
if (session && session.user) {
const aiState = getAIState()
const aiState = getAIState() as Chat
if (aiState) {
const uiState = getUIStateFromAIState(aiState)