test(skills): expand local agent reliability coverage

This commit is contained in:
huanghuoguoguo
2026-07-26 22:27:42 +08:00
parent 4bae8728a6
commit 7d3b53bbce
16 changed files with 517 additions and 17 deletions
+29
View File
@@ -257,6 +257,22 @@
"type": "string",
"enum": ["0", "1", "false", "true"]
},
"automation_debug_chat_load_require_success": {
"type": "string",
"enum": ["0", "1", "false", "true"]
},
"automation_debug_chat_load_provider_model_thresholds_json": {
"type": "string"
},
"automation_fake_provider_pipeline_name": {
"type": "string"
},
"automation_fake_provider_model_name": {
"type": "string"
},
"automation_fake_provider_fallback_model_names": {
"type": "string"
},
"automation_fake_provider_response_text": {
"type": "string"
},
@@ -275,6 +291,9 @@
"automation_fake_provider_fail_every_n": {
"type": "string"
},
"automation_fake_provider_fail_models": {
"type": "string"
},
"automation_fake_provider_fault_status": {
"type": "string"
},
@@ -282,6 +301,16 @@
"type": "string",
"enum": ["0", "1", "false", "true"]
},
"automation_fake_provider_fail_after_first_chunk_delay_ms": {
"type": "string"
},
"automation_fake_provider_fail_after_first_chunk_mode": {
"type": "string",
"enum": ["disconnect", "error_event"]
},
"automation_fake_provider_fail_after_first_chunk_models": {
"type": "string"
},
"automation_fake_provider_dynamic_response": {
"type": "string",
"enum": ["0", "1", "false", "true"]