@promptbook/remote-client
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
11 lines (10 loc) • 456 B
TypeScript
import type { PipelineBothCommandParser } from '../_common/types/CommandParser';
import type { ModelCommand } from './ModelCommand';
/**
* Parses the model command
*
* @see `documentationUrl` for more details
* @deprecated Option to manually set the model requirements is not recommended to use, use `PERSONA` instead
* @public exported from `@promptbook/editable`
*/
export declare const modelCommandParser: PipelineBothCommandParser<ModelCommand>;