UNPKG

@promptbook/node

Version:

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

5 lines (4 loc) 211 B
/** * Builds the prompt sent to the selected coding runner for one queued user-thread book. */ export declare function buildAgentMessagePrompt(messageRelativePath: string, agentSystemMessage: string): string;