feat: add agentId field to HookMappingConfig
Add optional agentId field to HookMappingConfig to support routing webhook mappings to specific agents. Related to: #3432
This commit is contained in:
parent
01e0d3a320
commit
5cc22139f2
@ -36,6 +36,7 @@ export type HookMappingConfig = {
|
||||
thinking?: string;
|
||||
timeoutSeconds?: number;
|
||||
transform?: HookMappingTransform;
|
||||
agentId?: string;
|
||||
};
|
||||
|
||||
export type HooksGmailTailscaleMode = "off" | "serve" | "funnel";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user