LocalEvaluator Class
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.
Evaluator that runs check functions locally without API calls.
public sealed class LocalEvaluator : Microsoft.Agents.AI.IAgentEvaluator
type LocalEvaluator = class
interface IAgentEvaluator
Public NotInheritable Class LocalEvaluator
Implements IAgentEvaluator
- Inheritance
-
LocalEvaluator
- Implements
Constructors
| Name | Description |
|---|---|
| LocalEvaluator(EvalCheck[]) |
Initializes a new instance of the LocalEvaluator class. |
Properties
| Name | Description |
|---|---|
| Name |
Gets the evaluator name. |
Methods
| Name | Description |
|---|---|
| EvaluateAsync(IReadOnlyList<EvalItem>, String, CancellationToken) |
Evaluates a batch of items and returns aggregate results. |