feat(config): add condition for display_reasoning_text based on agent_runner_type

This commit is contained in:
Soulter
2025-11-24 15:10:17 +08:00
parent 02215e9b7b
commit 29d9b9b2d6

View File

@@ -2388,6 +2388,9 @@ CONFIG_METADATA_3 = {
"provider_settings.display_reasoning_text": {
"description": "显示思考内容",
"type": "bool",
"condition": {
"provider_settings.agent_runner_type": "local",
},
},
"provider_settings.identifier": {
"description": "用户识别",