@promptbook/remote-client
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
13 lines (12 loc) • 482 B
TypeScript
import type { PipelineBothCommandParser } from '../_common/types/CommandParser';
import type { BoilerplateCommand } from './BoilerplateCommand';
/**
* Parses the boilerplate command
*
* Note: @@ This command is used as boilerplate for new commands - it should NOT be used in any `.book` file
*
* @see `documentationUrl` for more details
*
* @private within the commands folder
*/
export declare const boilerplateCommandParser: PipelineBothCommandParser<BoilerplateCommand>;