AgentBuilder.WithPlugins(IEnumerable<KernelPlugin>) 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.
Define functions associated with agent instance (optional).
public Microsoft.SemanticKernel.Experimental.Agents.AgentBuilder WithPlugins (System.Collections.Generic.IEnumerable<Microsoft.SemanticKernel.KernelPlugin> plugins);
member this.WithPlugins : seq<Microsoft.SemanticKernel.KernelPlugin> -> Microsoft.SemanticKernel.Experimental.Agents.AgentBuilder
Public Function WithPlugins (plugins As IEnumerable(Of KernelPlugin)) As AgentBuilder
Parameters
- plugins
- IEnumerable<KernelPlugin>
Returns
AgentBuilder instance for fluid expression.