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;
|
thinking?: string;
|
||||||
timeoutSeconds?: number;
|
timeoutSeconds?: number;
|
||||||
transform?: HookMappingTransformResolved;
|
transform?: HookMappingTransformResolved;
|
||||||
|
agentId?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type HookMappingTransformResolved = {
|
export type HookMappingTransformResolved = {
|
||||||
@ -55,6 +56,7 @@ export type HookAction =
|
|||||||
model?: string;
|
model?: string;
|
||||||
thinking?: string;
|
thinking?: string;
|
||||||
timeoutSeconds?: number;
|
timeoutSeconds?: number;
|
||||||
|
agentId?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type HookMappingResult =
|
export type HookMappingResult =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user