Circle V2 API Docs
    Preparing search index...

    Function makeTemporalPlanJudge

    • Build the LLM-judge evaluator. The judge model is pinned by the caller for baseline stability.

      Parameters

      • judgeModel: ChatOpenAI

      Returns (
          __namedParameters: { example: Example; run: Run },
      ) => Promise<{ comment: string; key: string; score: number }>