Class Prompt
- Namespace
- Dynamicweb.AI
- Assembly
- Dynamicweb.Core.dll
Contains information about the prompt.
- Inheritance
-
Prompt
- Inherited Members
Properties
Description
Gets or sets the description of the prompt.
Property Value
Id
Gets or sets the prompt Id.
Property Value
IsModification
Gets or sets whether the prompt is a modification prompt or not.
Property Value
MaxTokens
Gets or sets the max tokens that will be used with the prompt. This decides how long the input and output can be. Approximately 0.75 English word per max token.
Property Value
- int?
Name
Gets or sets the prompt name.
Property Value
TaskText
Gets or sets the actual prompt that is sent to AI.
Property Value
Temperature
Gets or sets the prompt temperature which decides the randomness of the text generation. Value between 0.0 and 2.0.
Property Value
UseContext
Gets or sets whether the prompt should use Prompt