Table of Contents

Class PluginComponent

Namespace
FoundationaLLM.Common.Models.Plugins
Assembly
FoundationaLLM.Common.dll

Provides the base model for an artifact handled by a plugin.

public class PluginComponent : PluginConfiguration
Inheritance
PluginComponent
Derived
Inherited Members
Extension Methods

Properties

Description

Gets or sets the description of the artifact.

[JsonPropertyName("description")]
public required string Description { get; set; }

Property Value

string

Name

Gets or sets the name of the artifact.

[JsonPropertyName("name")]
public required string Name { get; set; }

Property Value

string