dify/api/contexts/__init__.py

3 lines
88 B
Python

from contextvars import ContextVar
tenant_id: ContextVar[str] = ContextVar('tenant_id')