DeduplicatingAgentSkillsSource(AgentSkillsSource, ILoggerFactory) Constructor

Definition

Initializes a new instance of the DeduplicatingAgentSkillsSource class.

public DeduplicatingAgentSkillsSource(Microsoft.Agents.AI.AgentSkillsSource innerSource, Microsoft.Extensions.Logging.ILoggerFactory? loggerFactory = default);
new Microsoft.Agents.AI.DeduplicatingAgentSkillsSource : Microsoft.Agents.AI.AgentSkillsSource * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.Agents.AI.DeduplicatingAgentSkillsSource
Public Sub New (innerSource As AgentSkillsSource, Optional loggerFactory As ILoggerFactory = Nothing)

Parameters

innerSource
AgentSkillsSource

The inner source to deduplicate.

loggerFactory
ILoggerFactory

Optional logger factory.

Applies to