Files
oh-my-opencode/dist/hooks/ralph-loop/continuation-prompt-builder.d.ts
T
2026-03-14 04:56:50 +00:00

4 lines
214 B
TypeScript

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