We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9ed16 commit 7cf464aCopy full SHA for 7cf464a
1 file changed
ui/src/components/ai-chat/component/answer-content/index.vue
@@ -14,7 +14,7 @@
14
>
15
<template v-if="type === 'debug-ai-chat' ? true : application.show_exec">
16
<el-card
17
- v-if="!chatRecord.write_ed && progress && index >= answer_text_list.length - 1"
+ v-if="!chatRecord.write_ed && progress && index >= answer_text_list.length - 1 && !chatRecord.is_stop"
18
shadow="always"
19
class="border-r-8 mb-8"
20
style="--el-card-padding: 1px 16px; width: fit-content"
0 commit comments