This website requires JavaScript.
Explore
Help
Sign In
opensource
/
dify
mirror of
https://github.com/langgenius/dify.git
Watch
2
Star
0
Fork
You've already forked dify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8eb0d0fddd
dify
/
api
/
contexts
/
__init__.py
3 lines
88 B
Python
Raw
Blame
History
from
contextvars
import
ContextVar
tenant_id
:
ContextVar
[
str
]
=
ContextVar
(
'
tenant_id
'
)
Reference in New Issue
View Git Blame
Copy Permalink