chore: Fix types in tests 14/N.

This commit is contained in:
cpojer
2026-02-17 11:58:58 +09:00
parent 50fd2a99ba
commit db3529e924
7 changed files with 94 additions and 29 deletions

View File

@@ -142,7 +142,7 @@ describe("model-selection", () => {
const cfg: Partial<OpenClawConfig> = {
agents: {
defaults: {
model: "claude-3-5-sonnet",
model: { primary: "claude-3-5-sonnet" },
},
},
};