mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Fix merge conflict and update how feedback is saved/retrieved
This commit is contained in:
@@ -41,7 +41,6 @@ export interface IChatMessage {
|
||||
memoryType?: string
|
||||
sessionId?: string
|
||||
createdDate: Date
|
||||
feedbackId?: string
|
||||
}
|
||||
|
||||
export interface IChatMessageFeedback {
|
||||
@@ -49,6 +48,7 @@ export interface IChatMessageFeedback {
|
||||
content?: string
|
||||
chatflowid: string
|
||||
chatId: string
|
||||
messageId: string
|
||||
rating: ChatMessageRatingType
|
||||
createdDate: Date
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user