{{ $t('views.application.applicationForm.form.aiModel.label') }}
+
+
+
+
+
+ {{ $t('views.application.applicationForm.form.reasoningContent.label') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/src/workflow/common/data.ts b/ui/src/workflow/common/data.ts
index 1661f214e3c..43a632adf0c 100644
--- a/ui/src/workflow/common/data.ts
+++ b/ui/src/workflow/common/data.ts
@@ -65,6 +65,10 @@ export const aiChatNode = {
{
label: t('views.applicationWorkflow.nodes.aiChatNode.answer'),
value: 'answer'
+ },
+ {
+ label: t('views.applicationWorkflow.nodes.aiChatNode.think'),
+ value: 'reasoning_content'
}
]
}
diff --git a/ui/src/workflow/nodes/ai-chat-node/index.vue b/ui/src/workflow/nodes/ai-chat-node/index.vue
index 4e301398bb1..2502d4a6755 100644
--- a/ui/src/workflow/nodes/ai-chat-node/index.vue
+++ b/ui/src/workflow/nodes/ai-chat-node/index.vue
@@ -7,7 +7,6 @@
:model="chat_data"
label-position="top"
require-asterisk-position="right"
- class="mb-24"
label-width="auto"
ref="aiChatNodeFormRef"
hide-required-asterisk
@@ -29,6 +28,7 @@
}}
*
+