Skip to main content

judge

Method
This is a method of the Judge class in the eval module.
Judge an output (placeholder - would use LLM in real implementation).

Signature

def judge(&self, _input: &str, _output: &str, _expected: Option<&str>) -> JudgeResult

Parameters

_input
&str
required
No description available.
_output
&str
required
No description available.
_expected
Option<&str>
required
No description available.

Returns

Returns
JudgeResult
The result of the operation.