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;
|
||||
timeoutSeconds?: number;
|
||||
allowUnsafeExternalContent?: boolean;
|
||||
cleanup?: "delete" | "keep";
|
||||
cleanupDelayMinutes?: number;
|
||||
}) => string;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user