AIJudgeLoopEvaluatorOptions 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.
Provides configuration options for AIJudgeLoopEvaluator.
public sealed class AIJudgeLoopEvaluatorOptions
type AIJudgeLoopEvaluatorOptions = class
Public NotInheritable Class AIJudgeLoopEvaluatorOptions
- Inheritance
-
AIJudgeLoopEvaluatorOptions
Constructors
| Name | Description |
|---|---|
| AIJudgeLoopEvaluatorOptions() | |
Properties
| Name | Description |
|---|---|
| Criteria |
Gets or sets an optional list of additional criteria the agent's response must satisfy, evaluated by the judge alongside the original request. |
| FeedbackMessageTemplate |
Gets or sets the template used to build the feedback produced when the judge decides the original request was
not fully addressed, or |
| Instructions |
Gets or sets the system instructions used to prompt the judge, or |