@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
11 lines (10 loc) • 475 B
TypeScript
import type { BookLanguageDocumentationExample } from './BookLanguageDocumentationExample';
/**
* End-to-end examples used by the standalone Book language documentation.
*
* These are intentionally compact but complete, so they can be copy-pasted and
* used as practical starting points.
*
* @private internal utility of `createStandaloneBookLanguageMarkdown`
*/
export declare const bookLanguageDocumentationExamples: ReadonlyArray<BookLanguageDocumentationExample>;