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