mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-09 12:40:59 +00:00
test(skills): expand local agent reliability coverage
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user