Update dependencies.
This commit is contained in:
parent
901e4ccec1
commit
16ec61a877
3 changed files with 1834 additions and 1569 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue