LocalEvaluator(EvalCheck[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the LocalEvaluator class.
public LocalEvaluator(params Microsoft.Agents.AI.EvalCheck[] checks);
new Microsoft.Agents.AI.LocalEvaluator : Microsoft.Agents.AI.EvalCheck[] -> Microsoft.Agents.AI.LocalEvaluator
Public Sub New (ParamArray checks As EvalCheck())
Parameters
- checks
- EvalCheck[]
The check functions to run on each item.