UNPKG

@promptbook/remote-client

Version:

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

8 lines (7 loc) 318 B
import type { RemoteServerRuntime } from './RemoteServerRuntime'; /** * Registers the server homepage route for both rich and markdown UIs. * * @private internal utility of `startRemoteServer` */ export declare function registerServerIndexRoute<TCustomOptions>(runtime: RemoteServerRuntime<TCustomOptions>): void;