UNPKG

@promptbook/remote-client

Version:

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

13 lines (12 loc) 516 B
import type { PipelineHeadCommandParser } from '../_common/types/CommandParser'; import type { FormfactorCommand } from './FormfactorCommand'; /** * Parses the formfactor command * * Note: This command is used as a formfactor for new commands and defines the app type format - it should NOT be used in any `.book` file * * @see `documentationUrl` for more details * * @public exported from `@promptbook/editable` */ export declare const formfactorCommandParser: PipelineHeadCommandParser<FormfactorCommand>;