UNPKG

eliza-core

Version:

A rendition of ELIZA program engine by Weizenbaum sharable for all javascript environments

5 lines (4 loc) 166 B
import { ScriptInterpretingError } from './base-error'; export declare class GotoLostException extends ScriptInterpretingError { constructor(gotoRule: string); }