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...
ed19e93
ragflow
/
web
/
src
/
interfaces
/
database
/
base.ts
balibabu
feat: catch errors when sending messages #918 (#1113)
09502ac
11 months ago
raw
Copy download link
history
blame
Safe
102 Bytes
export
interface
ResponseType
{
retcode
:
number
;
data
:
any
;
retmsg
:
string
;
status
:
number
;
}