have payload.agent take precedence over inputs.defaultAgent
This commit is contained in:
@@ -123,6 +123,10 @@ export type PayloadEvent =
|
||||
url: string;
|
||||
};
|
||||
[key: string]: any;
|
||||
}
|
||||
| {
|
||||
trigger: "unknown";
|
||||
[key: string]: any;
|
||||
};
|
||||
|
||||
// payload type for agent execution
|
||||
|
||||
Reference in New Issue
Block a user