feat: initial chat history ui (#25)
This commit is contained in:
@@ -10,6 +10,7 @@ export interface ChatHistory {
|
||||
urlId?: string;
|
||||
description?: string;
|
||||
messages: Message[];
|
||||
timestamp: string;
|
||||
}
|
||||
|
||||
const persistenceEnabled = !import.meta.env.VITE_DISABLE_PERSISTENCE;
|
||||
|
||||
Reference in New Issue
Block a user