Class PluginMetadata
- Namespace
- SemanticPluginForge.Core
- Assembly
- SemanticPluginForge.Core.dll
This model contains necessary information to make changes to the KernelPlugin.
public class PluginMetadata
- Inheritance
-
PluginMetadata
- Inherited Members
Properties
Description
Gets the description of the plugin, suitable for use in describing the purpose to a model.
public string? Description { get; init; }