Skip to content

rulvar API reference


rulvar API reference / @rulvar/plan / judgePrompt

Function: judgePrompt()

ts
function judgePrompt(input): string;

Defined in: packages/plan/src/ladder.ts:185

The judge prompt: artifact-grounded, assembled from journaled values only (the attempt's output summary and artifact index), so a replayed judge dispatch hashes identically.

Parameters

ParameterType
input{ artifactIds: readonly string[]; outputSummary: string; taskPrompt: string; }
input.artifactIdsreadonly string[]
input.outputSummarystring
input.taskPromptstring

Returns

string