UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

7 lines (6 loc) 200 B
/** * Creates system-message instructions for `USE TIMEOUT`. * * @private internal utility of USE TIMEOUT */ export declare function createTimeoutSystemMessage(extraInstructions: string): string;