FlowStep.LoadPlugins(Kernel, Dictionary<Object,String>) Method
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.
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