Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
zhzabcd
/
dify-run
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dify-run
/
api
/
events
/
message_event.py
Severian
initial commit
a8b3f00
4 months ago
raw
Copy download link
history
blame
contribute
delete
120 Bytes
from
blinker
import
signal
# sender: message, kwargs: conversation
message_was_created = signal(
"message-was-created"
)