Initial commit

This commit is contained in:
John Wang
2023-05-15 08:51:32 +08:00
commit db896255d6
744 changed files with 56028 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
from .create_installed_app_when_app_created import handle
from .delete_installed_app_when_app_deleted import handle
from .create_provider_when_tenant_created import handle
from .create_provider_when_tenant_updated import handle
from .clean_when_document_deleted import handle
from .clean_when_dataset_deleted import handle
from .update_app_dataset_join_when_app_model_config_updated import handle
from .generate_conversation_name_when_first_message_created import handle
from .generate_conversation_summary_when_few_message_created import handle