feat: add agfeat: add agentId support to HookMappingResolved and HookAction types
This commit is contained in:
parent
5cc22139f2
commit
e967527498
@ -22,6 +22,7 @@ export type HookMappingResolved = {
|
||||
thinking?: string;
|
||||
timeoutSeconds?: number;
|
||||
transform?: HookMappingTransformResolved;
|
||||
agentId?: string;
|
||||
};
|
||||
|
||||
export type HookMappingTransformResolved = {
|
||||
@ -55,6 +56,7 @@ export type HookAction =
|
||||
model?: string;
|
||||
thinking?: string;
|
||||
timeoutSeconds?: number;
|
||||
agentId?: string;
|
||||
};
|
||||
|
||||
export type HookMappingResult =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user