BackgroundTaskCompletionLoopEvaluator Constructor

Definition

Initializes a new instance of the BackgroundTaskCompletionLoopEvaluator class.

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

Parameters

options
BackgroundTaskCompletionLoopEvaluatorOptions

Optional configuration for the evaluator, including the feedback message template. When null, defaults are used.

Applies to