diff --git a/src/components/AssistantFormOutputs.vue b/src/components/AssistantFormOutputs.vue
new file mode 100644
index 00000000..8b0580a0
--- /dev/null
+++ b/src/components/AssistantFormOutputs.vue
@@ -0,0 +1,107 @@
+
+
+
+
+
+ {{ t('assistant', 'The task ran successfully but the result is identical to the input.') }}
+
+
+ {{ t('assistant', 'This output was generated by AI. Make sure to double-check and adjust.') }}
+
+
+
+
+
+
+
diff --git a/src/components/AssistantTextProcessingForm.vue b/src/components/AssistantTextProcessingForm.vue
index 7b818605..6a1f4cbb 100644
--- a/src/components/AssistantTextProcessingForm.vue
+++ b/src/components/AssistantTextProcessingForm.vue
@@ -42,32 +42,11 @@
:selected-task-id="selectedTaskId"
:selected-task-type="selectedTaskType"
:show-advanced.sync="showAdvanced" />
-
-
-
-
- {{ t('assistant', 'The task ran successfully but the result is identical to the input.') }}
-
-
- {{ t('assistant', 'This output was generated by AI. Make sure to double-check and adjust.') }}
-
-
+