Error loading chat history: {error}
@@ -155,8 +142,6 @@ export function ChatHistoryClient({}: ChatHistoryClientProps) {
) : (
chats.map((chat) => (
- // Assuming HistoryItem is adapted for DrizzleChat and expects chat.id and chat.title
- // Also, chat.path will need to be constructed, e.g., `/search/${chat.id}`