mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-17 23:30:07 +02:00
Fix Web Compile Issue (#81)
This commit is contained in:
parent
d9acd03a85
commit
7a408749cf
@ -22,7 +22,8 @@ export interface MessageSnapshot {
|
||||
message: string;
|
||||
message_type: "user" | "assistant";
|
||||
documents: AbridgedSearchDoc[];
|
||||
feedback: Feedback | null;
|
||||
feedback_type: Feedback | null;
|
||||
feedback_text: string | null;
|
||||
time_created: string;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user