5 lines
315 B
TypeScript
5 lines
315 B
TypeScript
export declare const HOOK_NAME = "gpt-permission-continuation";
|
|
export declare const CONTINUATION_PROMPT = "continue";
|
|
export declare const MAX_CONSECUTIVE_AUTO_CONTINUES = 3;
|
|
export declare const DEFAULT_STALL_PATTERNS: readonly ["if you want", "would you like", "shall i", "do you want me to", "let me know if"];
|