EvalCheckResult(Boolean, String, String) Constructor

Definition

Result of a single check on a single evaluation item.

public EvalCheckResult(bool Passed, string Reason, string CheckName);
new Microsoft.Agents.AI.EvalCheckResult : bool * string * string -> Microsoft.Agents.AI.EvalCheckResult
Public Sub New (Passed As Boolean, Reason As String, CheckName As String)

Parameters

Passed
Boolean

Whether the check passed.

Reason
String

Human-readable explanation.

CheckName
String

Name of the check that produced this result.

Applies to