UNPKG

@promptbook/remote-client

Version:

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

7 lines (6 loc) 246 B
/** * Appends one or more context sections to message content. * * @private function of appendChatAttachmentContext */ export declare function appendChatContextSections(messageContent: string, contextSections: ReadonlyArray<string>): string;