UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

8 lines (7 loc) 249 B
import type { ErrorJson } from '../../../errors/utils/ErrorJson'; /** * Socket.io error for remote text generation * * This is sent from server to client when error occurs and stops the process */ export type PromptbookServer_Error = ErrorJson;