Member Junction
    Preparing search index...
    JudgePromptExecutor: (
        request: JudgePromptRequest,
    ) => Promise<JudgePromptResponse>

    Callback type for executing judge prompts. The engine provides this — bound to its own ExecuteJudgePrompt method. This avoids a circular dependency between judge → engine.

    Type Declaration