Skip to content

Commit 7cf464a

Browse files
shaohuzhang1wangdan-fit2cloud
authored andcommitted
perf: The execution progress of the node is paused and not displayed when answering (#6227)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
1 parent 0e9ed16 commit 7cf464a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ui/src/components/ai-chat/component/answer-content

ui/src/components/ai-chat/component/answer-content/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
>
1515
<template v-if="type === 'debug-ai-chat' ? true : application.show_exec">
1616
<el-card
17-
v-if="!chatRecord.write_ed && progress && index >= answer_text_list.length - 1"
17+
v-if="!chatRecord.write_ed && progress && index >= answer_text_list.length - 1 && !chatRecord.is_stop"
1818
shadow="always"
1919
class="border-r-8 mb-8"
2020
style="--el-card-padding: 1px 16px; width: fit-content"

0 commit comments

Comments
 (0)