BackgroundTaskCompletionLoopEvaluator 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 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
Optional configuration for the evaluator, including the feedback message template. When null,
defaults are used.