Class ResourceProviderActions
- Namespace
- FoundationaLLM.Common.Constants.ResourceProviders
- Assembly
- FoundationaLLM.Common.dll
The names of the actions implemented by most of the FoundationaLLM resource providers.
public static class ResourceProviderActions
- Inheritance
-
ResourceProviderActions
- Inherited Members
Fields
Activate
Activate a resource.
public const string Activate = "activate"
Field Value
CheckName
Check the validity of a resource name.
public const string CheckName = "checkname"
Field Value
Deactivate
Deactivate a resource.
public const string Deactivate = "deactivate"
Field Value
Filter
Filter resources.
public const string Filter = "filter"
Field Value
LoadFileContent
Load the content of a file.
public const string LoadFileContent = "load-file-content"
Field Value
LoadPluginPackage
Load a plugin package.
public const string LoadPluginPackage = "load-plugin-package"
Field Value
Purge
Purges a soft-deleted resource.
public const string Purge = "purge"
Field Value
SetDefault
Set the resource as the default.
public const string SetDefault = "set-default"
Field Value
Trigger
Trigger the execution of a resource.
public const string Trigger = "trigger"
Field Value
TriggerCommand
Trigger a resource command.
public const string TriggerCommand = "trigger-command"
Field Value
Validate
Validate resources.
public const string Validate = "validate"