mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
6 lines
130 B
Python
6 lines
130 B
Python
def build_from_mapping(mapping, tenant_id):
|
|
return mapping
|
|
|
|
def build_from_mappings(mappings, tenant_id):
|
|
return mappings
|