feat(config): add condition for display_reasoning_text based on agent_runner_type
This commit is contained in:
@@ -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": "用户识别",
|
||||
|
||||
Reference in New Issue
Block a user