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...
9c052f3
ragflow
/
web
/
src
/
constants
/
chat.ts
balibabu
feat: fetch conversation and delete chat dialog (#69)
058cd84
about 1 year ago
raw
Copy download link
history
blame
72 Bytes
export
enum
MessageType
{
Assistant
=
'assistant'
,
User
=
'user'
,
}