TodoCompletionLoopEvaluator(TodoCompletionLoopEvaluatorOptions) 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 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
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.