The input text. This may include template strings.
The name of the grader.
The string check operation to perform. One of eq
, ne
, like
, or ilike
.
The reference text. This may include template strings.
The object type, which is always string_check
.
A StringCheckGrader object that performs a string comparison between input and reference using a specified operation.