Class PluginConfigurationParameter
- Namespace
 - FoundationaLLM.Common.Models.Plugins
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides the model for a plugin configuration parameter.
public class PluginConfigurationParameter
  - Inheritance
 - 
      
      PluginConfigurationParameter
 
- Inherited Members
 
- Extension Methods
 
Properties
DefaultValue
Gets or sets the default value of the parameter.
[JsonPropertyName("default_value")]
public object? DefaultValue { get; set; }
  Property Value
ParameterMetadata
Gets or sets the PluginParameterMetadata that defines the parameter.
[JsonPropertyName("parameter_metadata")]
public required PluginParameterMetadata ParameterMetadata { get; set; }