Share via


AgentPlugin(String, String) Constructor

Definition

Initializes the new plugin from the provided name, description, and function collection.

protected AgentPlugin (string name, string? description = default);
new Microsoft.SemanticKernel.Experimental.Agents.AgentPlugin : string * string -> Microsoft.SemanticKernel.Experimental.Agents.AgentPlugin
Protected Sub New (name As String, Optional description As String = Nothing)

Parameters

name
String

The name for the plugin.

description
String

A description of the plugin.

Applies to