We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18194cc commit 7eddb4bCopy full SHA for 7eddb4b
apps/tools/serializers/tool.py
@@ -610,6 +610,7 @@ def import_(self, scope=ToolScope.WORKSPACE):
610
workspace_id=self.data.get('workspace_id'),
611
input_field_list=tool.get('input_field_list'),
612
init_field_list=tool.get('init_field_list', []),
613
+ tool_type=tool.get('tool_type'),
614
folder_id=folder_id,
615
scope=scope,
616
is_active=False
0 commit comments