Class PluginParameterTypes
- Namespace
- FoundationaLLM.Common.Constants.Plugins
- Assembly
- FoundationaLLM.Common.dll
Provides the constant values for plugin parameter types.
public static class PluginParameterTypes
- Inheritance
-
PluginParameterTypes
- Inherited Members
Fields
Array
Represents a parameter of type string array.
public const string Array = "array"
Field Value
Bool
Represents a parameter of type boolean.
public const string Bool = "bool"
Field Value
DateTime
Represents a parameter of type datetime.
public const string DateTime = "datetime"
Field Value
Float
Represents a parameter of type float.
public const string Float = "float"
Field Value
Int
Represents a parameter of type numeric.
public const string Int = "int"
Field Value
ResourceObjectId
Represents a parameter of type FoundationaLLM resource object identifier.
public const string ResourceObjectId = "resource-object-id"
Field Value
String
Represents a parameter of type string.
public const string String = "string"