Skip to content

Commit 7eddb4b

Browse files
committed
feat: add Data Source tool functionality and localization
1 parent 18194cc commit 7eddb4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/tools/serializers/tool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ def import_(self, scope=ToolScope.WORKSPACE):
610610
workspace_id=self.data.get('workspace_id'),
611611
input_field_list=tool.get('input_field_list'),
612612
init_field_list=tool.get('init_field_list', []),
613+
tool_type=tool.get('tool_type'),
613614
folder_id=folder_id,
614615
scope=scope,
615616
is_active=False

0 commit comments

Comments
 (0)