fix: align draft/outbound typings and tests

This commit is contained in:
Peter Steinberger
2026-02-22 08:03:05 +00:00
parent 0ae7f962f9
commit 0c1a52307c
12 changed files with 49 additions and 33 deletions

View File

@@ -31,7 +31,7 @@ function requireGatewayTool(agentSessionKey?: string) {
function expectConfigMutationCall(params: {
callGatewayTool: {
mock: {
calls: Array<[string, unknown, Record<string, unknown>]>;
calls: Array<readonly unknown[]>;
};
};
action: "config.apply" | "config.patch";