feat: add Data Source tool functionality and localization
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
CaptainB 2025-11-17 15:36:58 +08:00
parent 18194cc06b
commit 7eddb4bd83

View File

@ -610,6 +610,7 @@ class ToolSerializer(serializers.Serializer):
workspace_id=self.data.get('workspace_id'),
input_field_list=tool.get('input_field_list'),
init_field_list=tool.get('init_field_list', []),
tool_type=tool.get('tool_type'),
folder_id=folder_id,
scope=scope,
is_active=False