have payload.agent take precedence over inputs.defaultAgent

This commit is contained in:
Colin McDonnell
2025-11-20 16:58:21 -08:00
parent b460bd3109
commit dd2089d71b
5 changed files with 34 additions and 15 deletions
+4
View File
@@ -123,6 +123,10 @@ export type PayloadEvent =
url: string;
};
[key: string]: any;
}
| {
trigger: "unknown";
[key: string]: any;
};
// payload type for agent execution