feat: Abort AI builder requests on chat stop (#17854)

This commit is contained in:
oleg
2025-08-04 09:55:07 +02:00
committed by GitHub
parent 1554e76500
commit ce98f7c175
19 changed files with 585 additions and 91 deletions

View File

@@ -2132,7 +2132,12 @@ onBeforeUnmount(() => {
{{ i18n.baseText('readOnlyEnv.cantEditOrRun') }}
</N8nCallout>
<CanvasThinkingPill v-if="builderStore.streaming" :class="$style.thinkingPill" />
<CanvasThinkingPill
v-if="builderStore.streaming"
:class="$style.thinkingPill"
show-stop
@stop="builderStore.stopStreaming"
/>
<Suspense>
<LazyNodeCreation