mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 20:51:47 +00:00
fix: enforce strict config validation
This commit is contained in:
@@ -38,7 +38,7 @@ describe("multi-agent agentDir validation", () => {
|
||||
{ id: "b", agentDir: "~/.clawdbot/agents/shared/agent" },
|
||||
],
|
||||
},
|
||||
bindings: [{ agentId: "a", match: { provider: "telegram" } }],
|
||||
bindings: [{ agentId: "a", match: { channel: "telegram" } }],
|
||||
},
|
||||
null,
|
||||
2,
|
||||
|
||||
Reference in New Issue
Block a user