Files
opencode-plugin-ralph-loop/dist/ralph-loop/internal-initiator-marker.d.ts
2026-04-19 19:16:31 -04:00

6 lines
196 B
TypeScript

export declare const OMO_INTERNAL_INITIATOR_MARKER = "<!-- OMO_INTERNAL_INITIATOR -->";
export declare function createInternalAgentTextPart(text: string): {
type: "text";
text: string;
};