Table of Contents

Property MissingVariableDefault

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

MissingVariableDefault

Gets or sets the default value for missing variables when StrictVariables is false and no inline default ({{var:fallback}}) is specified. Default: empty string.

public string MissingVariableDefault { get; set; }

Property Value

string