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