UNPKG

@promptbook/remote-server

Version:

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

9 lines (8 loc) 374 B
import type { Socket } from 'socket.io'; import type { RemoteServerRuntime } from './RemoteServerRuntime'; /** * Registers the socket prepare-pipeline request handler. * * @private internal utility of `startRemoteServer` */ export declare function registerPreparePipelineSocketHandler<TCustomOptions>(runtime: RemoteServerRuntime<TCustomOptions>, socket: Socket): void;