feat(hooks): add cleanup fields to HookDispatchers type
This commit is contained in:
parent
b1dcfa0651
commit
d60f9b920f
@ -47,6 +47,8 @@ type HookDispatchers = {
|
|||||||
thinking?: string;
|
thinking?: string;
|
||||||
timeoutSeconds?: number;
|
timeoutSeconds?: number;
|
||||||
allowUnsafeExternalContent?: boolean;
|
allowUnsafeExternalContent?: boolean;
|
||||||
|
cleanup?: "delete" | "keep";
|
||||||
|
cleanupDelayMinutes?: number;
|
||||||
}) => string;
|
}) => string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user