Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
614be86
ragflow
/
web
/
src
/
interfaces
/
request
/
chat.ts
balibabu
feat: Submit Feedback #2088 (#2134)
d2e049e
8 months ago
raw
Copy download link
history
blame
106 Bytes
export
interface
IFeedbackRequestBody
{
messageId?:
string
;
thumbup?:
boolean
;
feedback?:
string
;
}