Interface IPluginPackageManager
- Namespace
- FoundationaLLM.Common.Interfaces
- Assembly
- FoundationaLLM.Common.dll
Provides methods to manage plugins in FoundationaLLM plugin packages.
public interface IPluginPackageManager
- Extension Methods
Methods
GetMetadata(string)
Gets the plugin package configuration with the plugin configurations of to the plugins in the package.
PluginPackageMetadata GetMetadata(string instanceId)
Parameters
instanceId
stringThe FoundationaLLM instance identifier.
Returns
- PluginPackageMetadata
An object of type PluginPackageMetadata.