MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / buildOpenADEReviewStepPrompt

Function buildOpenADEReviewStepPrompt

projects/openade-module/src/hyperplan.ts:356–361  ·  view source on GitHub ↗
(taskDescription: string, planText: string, planStepId: string)

Source from the content-addressed store, hash-verified

354}
355
356export function buildOpenADEReviewStepPrompt(taskDescription: string, planText: string, planStepId: string): { systemPrompt: string; userMessage: string } {
357 return {
358 systemPrompt: REVIEW_SYSTEM_PROMPT,
359 userMessage: `<task_description>\n${taskDescription}\n</task_description>\n\n<plan_to_review id="${planStepId}">\n${planText}\n</plan_to_review>`,
360 }
361}
362
363export function buildOpenADEReviseStepPrompt(reviewText: string, reviewerStepId: string): { systemPrompt: string; userMessage: string } {
364 return {

Callers 2

runHeadlessHyperPlanStepFunction · 0.90
runHyperPlanStepFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected