Partager via


FlowStep.LoadPlugins(Kernel, Dictionary<Object,String>) Method

Definition

Get the plugin instances registered with the step

public System.Collections.Generic.IEnumerable<object> LoadPlugins (Microsoft.SemanticKernel.Kernel kernel, System.Collections.Generic.Dictionary<object,string?> globalPlugins);
member this.LoadPlugins : Microsoft.SemanticKernel.Kernel * System.Collections.Generic.Dictionary<obj, string> -> seq<obj>
Public Function LoadPlugins (kernel As Kernel, globalPlugins As Dictionary(Of Object, String)) As IEnumerable(Of Object)

Parameters

kernel
Kernel

The semantic kernel

globalPlugins
Dictionary<Object,String>

The global plugins available

Returns

Applies to