mirror of
https://github.com/langgenius/dify.git
synced 2026-01-19 11:45:05 +08:00
feat: add api-based extension & external data tool & moderation backend (#1403)
Co-authored-by: takatost <takatost@gmail.com>
This commit is contained in:
8
api/extensions/ext_code_based_extension.py
Normal file
8
api/extensions/ext_code_based_extension.py
Normal file
@ -0,0 +1,8 @@
|
||||
from core.extension.extension import Extension
|
||||
|
||||
|
||||
def init():
|
||||
code_based_extension.init()
|
||||
|
||||
|
||||
code_based_extension = Extension()
|
||||
Reference in New Issue
Block a user