Skip to content

@sqlrooms/evals / BehavioralCheck

Type Alias: BehavioralCheck

BehavioralCheck = object

An evaluator-neutral behavioral check.

Properties

id

readonly id: string


kind

readonly kind: z.infer<typeof BehavioralCheckKindSchema>

Methods

evaluate()

evaluate(context): BehavioralCheckEvaluation | Promise<BehavioralCheckEvaluation>

Parameters

ParameterType
contextBehavioralCheckContext

Returns

BehavioralCheckEvaluation | Promise<BehavioralCheckEvaluation>