UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 246 B
import type express from 'express'; /** * Registers OpenAPI validation, docs, and the raw specification route. * * @private internal utility of `startRemoteServer` */ export declare function registerOpenApiRoutes(app: express.Express): void;