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.
public string SystemPrompt { get; set; }
Property Value
- string
The default value is "You are a chatbot that always responds promptly and helpfully to user requests."
Remarks
After the initial interaction, this property becomes immutable, meaning it cannot be altered in any subsequent exchanges within the same chat session.