IEvaluator Type
Interface for evaluating agent outputs against expectations
Instance members
| Instance member |
Description
|
Full Usage:
this.EvaluateAsync
Parameters:
EvalCase
arg1 : string
Returns: Task<EvalVerdict * string>
Modifiers: abstract |
Evaluate the agent's output for a given case
|
Full Usage:
this.Name
Returns: string
Modifiers: abstract |
A name identifying this evaluator
|
Nao