UNPKG

@promptbook/remote-client

Version:

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

12 lines (11 loc) 238 B
/** * Parsed BOILERPLATE command * * @see ./boilerplateCommandParser.ts for more details * * @private within the commands folder */ export type BoilerplateCommand = { readonly type: 'BOILERPLATE'; readonly value: string; };