mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-17 11:09:06 +08:00
### What problem does this PR solve? feat: Submit Feedback #2088 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
5
web/src/interfaces/request/chat.ts
Normal file
5
web/src/interfaces/request/chat.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export interface IFeedbackRequestBody {
|
||||
messageId?: string;
|
||||
thumbup?: boolean;
|
||||
feedback?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user