DeduplicatingAgentSkillsSource(AgentSkillsSource, ILoggerFactory) 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 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.