UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

13 lines (12 loc) 448 B
import type { PipelineHeadCommandParser } from '../_common/types/CommandParser'; import type { KnowledgeCommand } from './KnowledgeCommand'; /** * Parses the knowledge command * * @see `documentationUrl` for more details * @private within the commands folder */ export declare const knowledgeCommandParser: PipelineHeadCommandParser<KnowledgeCommand>; /** * Note: [⛱] There are two types of KNOWLEDGE commands *...(read more in [⛱])* */