UNPKG

@promptbook/remote-server

Version:

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

19 lines (18 loc) 684 B
/** * Creates the canonical system-message body for one writing-sample commitment. * * @param content - Explicit 1:1 sample text. * @returns Writing-sample guidance ready for one system-message section. * * @private internal utility of writing commitments */ export declare function createWritingSampleSection(content: string): string; /** * Creates the canonical system-message body for one writing-rules commitment. * * @param content - Writing-only instructions. * @returns Writing-rules guidance ready for one system-message section. * * @private internal utility of writing commitments */ export declare function createWritingRulesSection(content: string): string;