TodoCompletionLoopEvaluator(TodoCompletionLoopEvaluatorOptions) Constructor

Definition

Initializes a new instance of the TodoCompletionLoopEvaluator class.

public TodoCompletionLoopEvaluator(Microsoft.Agents.AI.TodoCompletionLoopEvaluatorOptions? options = default);
new Microsoft.Agents.AI.TodoCompletionLoopEvaluator : Microsoft.Agents.AI.TodoCompletionLoopEvaluatorOptions -> Microsoft.Agents.AI.TodoCompletionLoopEvaluator
Public Sub New (Optional options As TodoCompletionLoopEvaluatorOptions = Nothing)

Parameters

options
TodoCompletionLoopEvaluatorOptions

Optional configuration for the evaluator, including Modes and the feedback message template. When null, defaults are used (applies in every mode).

Exceptions

Modes is non-null but empty, or contains a null, empty, or whitespace mode name.

Applies to