Table of Contents

Property Prompt

Namespace
LMKit.TextGeneration.Filters
Assembly
LM-Kit.NET.dll

Prompt

Gets or sets the user prompt that will be submitted for inference.

public string Prompt { get; set; }

Property Value

string

Remarks

Filters may modify this value to rewrite, augment, or sanitize the prompt before it reaches the model. Changes are visible to all subsequent filters and to the inference engine.