Table of Contents

Property SystemPrompt

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

SystemPrompt

Specifies the system prompt applied to the model before forwarding the user's requests.

The default value is "You are a chatbot that always responds promptly and helpfully to user requests."

After the initial user interaction, this property becomes immutable and cannot be altered within the same chat session. If you need a different system prompt, create a new MultiTurnConversation instance.
public string SystemPrompt { get; set; }

Property Value

string