Class PluginParameterSelectionHint
- Namespace
 - FoundationaLLM.Common.Models.Plugins.Metadata
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides the model for selection hints required by plugin parameters of type resource-object-id.
public class PluginParameterSelectionHint
  - Inheritance
 - 
      
      PluginParameterSelectionHint
 
- Inherited Members
 
- Extension Methods
 
Properties
FilterActionPayload
Gets or sets the filter action payload used to filter the available resources.
public object? FilterActionPayload { get; set; }
  Property Value
ResourcePath
Gets or sets the resource path used to filter the available resources.
public required string ResourcePath { get; set; }
  Property Value
Remarks
The resource path does not include the FoundationaLLM instance identifier. The resource path has the following form: "providers/{resourceProvider}/{mainResourceType}".