Merge pull request #2682 from dtapps/fix/docs-agent-defaults-model-format

docs: fix agents.defaults model configuration format
This commit is contained in:
Mauro 2026-05-03 23:14:26 +02:00 committed by GitHub
commit f4a5d6e808
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 8 deletions

View file

@ -417,10 +417,8 @@ It also applies cooldown tracking per candidate to avoid immediately retrying a
], ],
"agents": { "agents": {
"defaults": { "defaults": {
"model": { "model_name": "qwen-main",
"primary": "qwen-main", "model_fallbacks": ["deepseek-backup", "gemini-backup"]
"fallbacks": ["deepseek-backup", "gemini-backup"]
}
} }
} }
} }

View file

@ -362,10 +362,8 @@ PicoClaw 按下面的规则解析 `provider` 和最终发给上游的模型 ID
], ],
"agents": { "agents": {
"defaults": { "defaults": {
"model": { "model_name": "qwen-main",
"primary": "qwen-main", "model_fallbacks": ["deepseek-backup", "gemini-backup"]
"fallbacks": ["deepseek-backup", "gemini-backup"]
}
} }
} }
} }