diff --git a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue index da731efc7..c22b74cad 100644 --- a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue +++ b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailCard.vue @@ -1114,7 +1114,9 @@
- {{ $t('common.param.outputParam') }}({{ $t('chat.executionDetails.documentSplitTip') }}) + {{ $t('common.param.outputParam') }}({{ + $t('chat.executionDetails.documentSplitTip') + }})
@@ -1150,12 +1152,14 @@ {{ $t('common.param.inputParam') }}
- {{$t('chat.executionDetails.subBlockLength')}}: + {{ $t('views.workflow.nodes.documentSplitNode.chunk_length.label') }}: {{ data.size }}
-
{{$t('chat.executionDetails.writeContent')}}
+
{{ $t('chat.executionDetails.writeContent') }}