feat(chat): support ai photo viewing
This commit is contained in:
@@ -21,6 +21,7 @@ export interface LocalMessageRow {
|
||||
role: string;
|
||||
content: string;
|
||||
createdAt: string;
|
||||
imageUrl?: string | null;
|
||||
sessionId: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user