Table of Contents

Class WellKnownResourceIdentifiers

Namespace
FoundationaLLM.Common.Constants.ResourceProviders
Assembly
FoundationaLLM.Common.dll

Defines well-known resource identifiers used across the system.

public static class WellKnownResourceIdentifiers
Inheritance
WellKnownResourceIdentifiers
Inherited Members

Fields

AllResources

All resources for a given resource type.

public const string AllResources = "__all__"

Field Value

string

NewResource

A new resource to be created that does not have a final name yet.

public const string NewResource = "__new__"

Field Value

string