SmartPrompt.Parameter
Wisej.AI.SmartPrompt Parameter
Namespace: Wisej.AI
Assembly: Wisej.AI (3.5.0.0)
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.
Last updated