UNPKG

@promptbook/remote-server

Version:

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

12 lines (11 loc) 459 B
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>;