@sqlrooms/evals / BehavioralCheck
Type Alias: BehavioralCheck
BehavioralCheck =
object
An evaluator-neutral behavioral check.
Properties
id
readonlyid:string
kind
readonlykind:z.infer<typeofBehavioralCheckKindSchema>
Methods
evaluate()
evaluate(
context):BehavioralCheckEvaluation|Promise<BehavioralCheckEvaluation>
Parameters
| Parameter | Type |
|---|---|
context | BehavioralCheckContext |
Returns
BehavioralCheckEvaluation | Promise<BehavioralCheckEvaluation>