Package dev.dokimos.server.judge


package dev.dokimos.server.judge
  • Class
    Description
    Unchecked 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.
    A JudgeLM that calls an OpenAI-compatible chat completions endpoint over the JDK HTTP client, with no vendor SDK.
    A JudgeLM that calls an Open Responses endpoint (POST {baseUrl}/responses) over the JDK HTTP client, with no vendor SDK.