Skip to content

Commit c4d0f1c

Browse files
authored
fix: [Workflow Tools] Simple Agents cannot add workflow tools. (#4977)
1 parent ec1ef59 commit c4d0f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/application/ApplicationSetting.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@
852852
@refresh="submitReasoningDialog"
853853
/>
854854
<McpServersDialog ref="mcpServersDialogRef" @refresh="submitMcpServersDialog" />
855-
<ToolDialog ref="toolDialogRef" @refresh="submitToolDialog" tool_type="CUSTOM" />
855+
<ToolDialog ref="toolDialogRef" @refresh="submitToolDialog" tool_type="CUSTOM,WORKFLOW" />
856856
<ToolDialog ref="skillToolDialogRef" @refresh="submitSkillToolDialog" tool_type="SKILL" />
857857
<ApplicationDialog ref="applicationDialogRef" @refresh="submitApplicationDialog" />
858858
</div>

0 commit comments

Comments
 (0)