perf: move remove-think to output tab

This commit is contained in:
Junyan Qin
2025-08-04 18:17:12 +08:00
parent 4a1d033ee9
commit 15e524c6e6
5 changed files with 19 additions and 15 deletions
+2 -1
View File
@@ -87,7 +87,8 @@
"hide-exception": true,
"at-sender": true,
"quote-origin": true,
"track-function-calls": false
"track-function-calls": false,
"remove-think": true
}
}
}
+10
View File
@@ -105,3 +105,13 @@ stages:
type: boolean
required: true
default: false
- name: remove-think
label:
en_US: Remove CoT
zh_Hans: 删除思维链
description:
en_US: If enabled, LangBot will remove the LLM thought content in response
zh_Hans: 如果启用,将自动删除大模型回复中的模型思考内容
type: boolean
required: true
default: true
-10
View File
@@ -132,13 +132,3 @@ stages:
type: boolean
required: true
default: true
- name: remove_think
label:
en_US: Remove CoT
zh_Hans: 删除思维链
description:
en_US: If enabled, LangBot will remove the LLM thought content in response
zh_Hans: 如果启用,将自动删除大模型回复中的模型思考内容
type: boolean
required: true
default: true