Table of Contents

Class PluginParameterMetadata

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

Provides the metadata for a plugin parameter definition.

public class PluginParameterMetadata
Inheritance
PluginParameterMetadata
Inherited Members
Extension Methods

Properties

Description

Gets or sets the description of the parameter.

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

Property Value

string

Name

Gets or sets the name of the parameter.

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

Property Value

string

Type

Gets or sets the type of the parameter.

[JsonPropertyName("type")]
public required string Type { get; set; }

Property Value

string