This website requires JavaScript.
Explore
Help
Register
Sign In
Austin
/
dify
Watch
1
Star
0
Fork
0
You've already forked dify
mirror of
https://github.com/langgenius/dify.git
synced
2024-11-16 19:59:50 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
e1cc3028b2
dify
/
api
/
events
/
document_event.py
5 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-05-15 08:51:32 +08:00
from
blinker
import
signal
# sender: document
chore(api): Introduce Ruff Formatter. (#7291)
2024-08-15 12:54:05 +08:00
document_was_deleted
=
signal
(
"
document-was-deleted
"
)
Reference in New Issue
Copy Permalink