Parameter
Namespace: Wisej.AI
Assembly: Wisej.AI
- C#
- VB.NET
public class Parameter
Public Class Parameter
Parameters are typically used in scenarios where dynamic content needs to be inserted into a prompt with placeholders.
Constructors
Parameter()
Initializes a new instance of Parameter.
Properties
Name
String: Gets or sets the name of the parameter.
Value
Object: Gets or sets the value of the parameter.