Files
opencode-plugin-ralph-loop/dist/ralph-loop/continuation-prompt-builder.d.ts
2026-04-19 19:16:31 -04:00

3 lines
127 B
TypeScript

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