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