3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
import type { RalphLoopState } from "./types";
|
|
export declare function buildContinuationPrompt(state: RalphLoopState): string;
|