UNPKG

@promptbook/remote-server

Version:

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

12 lines (11 loc) 264 B
/** * Tool names provided by the `USE TIMEOUT` commitment. * * @private internal USE TIMEOUT constant */ export declare const TimeoutToolNames: { readonly set: string; readonly cancel: string; readonly list: string; readonly update: string; };