Class TextModificationGeneratorInstructionBase
- Namespace
- Dynamicweb.CoreUI.Generation.Text
- Assembly
- Dynamicweb.CoreUI.dll
Base class for text modification GeneratorInstruction
[Experimental("Generation")]
public abstract class TextModificationGeneratorInstructionBase : GeneratorInstruction
- Inheritance
-
TextModificationGeneratorInstructionBase
- Derived
- Inherited Members
Properties
Command
protected string? Command { get; set; }
Property Value
CurrentText
Gets or sets text input for modification
public string? CurrentText { get; set; }
Property Value
MaxWordsCount
Gets or sets maximum words count set for output
public int? MaxWordsCount { get; set; }
Property Value
- int?
Methods
GetGeneratorInput()
Gets GetGeneratorInput() containing prompts for text modification
public override GeneratorInput GetGeneratorInput()