feat(chat): add guest chat mode for unauthenticated users #667

Merged
jason.woltje merged 4 commits from feature/chat-guest-mode into main 2026-03-03 17:52:09 +00:00
Showing only changes of commit 83477165d4 - Show all commits

View File

@@ -402,6 +402,7 @@ export function useChat(options: UseChatOptions = {}): UseChatReturn {
return;
}
}
}
setIsLoading(false);