DelegatingAgentSkillsSource(AgentSkillsSource) Constructor

Definition

Initializes a new instance of the DelegatingAgentSkillsSource class with the specified inner source.

protected DelegatingAgentSkillsSource(Microsoft.Agents.AI.AgentSkillsSource innerSource);
new Microsoft.Agents.AI.DelegatingAgentSkillsSource : Microsoft.Agents.AI.AgentSkillsSource -> Microsoft.Agents.AI.DelegatingAgentSkillsSource
Protected Sub New (innerSource As AgentSkillsSource)

Parameters

innerSource
AgentSkillsSource

The underlying skill source that will handle the core operations.

Applies to