Skip to content

Commit 91bb453

Browse files
committed
feat: enhance import functionality to accept tool name parameter in shared_tool.py
1 parent 664b618 commit 91bb453

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/src/views/tool/tool-store/ToolCard.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<el-tag size="small" type="info" v-else-if="props.tool?.label === 'skill'" class="info-tag">
3333
Skills
3434
</el-tag>
35+
<el-tag size="small" type="info" v-else-if="props.tool?.label === 'workflow_template'" class="info-tag">
36+
{{ $t('views.tool.toolWorkflow.title') }}
37+
</el-tag>
3538
<el-tag size="small" type="info" class="info-tag" v-else>
3639
{{ $t('views.tool.title') }}
3740
</el-tag>

0 commit comments

Comments
 (0)