Contents

ModelJudgeError.jsonDecodingFailed(response:underlying:)

The evaluator fails to decode the JSON from the model judge’s response.

Declaration

case jsonDecodingFailed(response: String, underlying: any Error)

Parameters

  • response:

    The raw response text from the model judge.

  • underlying:

    The decoding error.