UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 329 B
import type { RemoteServerRuntime } from './RemoteServerRuntime'; /** * Registers the OpenAI-compatible chat completions endpoint. * * @private internal utility of `startRemoteServer` */ export declare function registerOpenAiCompatibleChatCompletionsRoute<TCustomOptions>(runtime: RemoteServerRuntime<TCustomOptions>): void;