mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 21:55:58 +08:00
gemini 3 pro dify workflow-engine test
This commit is contained in:
2
dify-workflow-engine/extensions/__init__.py
Normal file
2
dify-workflow-engine/extensions/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
class Extension:
|
||||
pass
|
||||
4
dify-workflow-engine/extensions/ext_database.py
Normal file
4
dify-workflow-engine/extensions/ext_database.py
Normal file
@ -0,0 +1,4 @@
|
||||
class DB:
|
||||
session = None
|
||||
|
||||
db = DB()
|
||||
7
dify-workflow-engine/extensions/ext_redis.py
Normal file
7
dify-workflow-engine/extensions/ext_redis.py
Normal file
@ -0,0 +1,7 @@
|
||||
class RedisClient:
|
||||
pass
|
||||
|
||||
redis_client = RedisClient()
|
||||
|
||||
class RedisClientWrapper:
|
||||
pass
|
||||
Reference in New Issue
Block a user