View Source ExOpenAI.Components.EvalGraderStringCheck (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema EvalGraderStringCheck.
Fields
:input- required -String.t()
The input text. This may include template strings.:name- required -String.t()
The name of the grader.:operation- required -:eq | :ne | :like | :ilike
The string check operation to perform. One ofeq,ne,like, orilike.
Allowed values:"eq","ne","like","ilike":reference- required -String.t()
The reference text. This may include template strings.:type- required -:string_check
The object type, which is alwaysstring_check.
Allowed values:"string_check"