Files
oh-my-opencode/dist/hooks/ralph-loop/continuation-prompt-builder.d.ts
T

4 lines
214 B
TypeScript
Raw Normal View History

import type { RalphLoopState } from "./types";
export declare function buildContinuationPrompt(state: RalphLoopState): string;
export declare function buildVerificationFailurePrompt(state: RalphLoopState): string;