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
CreateNew
Create a new resource.
public const string CreateNew = "create-new"
  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
LoadGraph
Load the knowledge graph associated with a knowledge unit.
public const string LoadGraph = "load-graph"
  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
Query
Submit a query to a resource.
public const string Query = "query"
  Field Value
RenderGraph
Submit a request to render a knowledge graph.
public const string RenderGraph = "render-graph"
  Field Value
SetDefault
Set the resource as the default.
public const string SetDefault = "set-default"
  Field Value
SetGraph
Set the knowledge graph associated with a knowledge unit.
public const string SetGraph = "set-graph"
  Field Value
SetOwner
Set the resource owner.
public const string SetOwner = "set-owner"
  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"