Package dev.dokimos.server.judge
package dev.dokimos.server.judge
-
ClassDescriptionUnchecked failure raised when a judge HTTP call cannot complete.Drives a single judge scoring: builds the prompt from a criteria and the selected parameters, calls the underlying
JudgeLM, and parses the response.The result of scoring one item: a numeric score, the judge's reasoning, and the pass decision.AJudgeLMthat calls an OpenAI-compatible chat completions endpoint over the JDK HTTP client, with no vendor SDK.AJudgeLMthat calls an Open Responses endpoint (POST {baseUrl}/responses) over the JDK HTTP client, with no vendor SDK.