Property SystemPrompt
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
SystemPrompt
Gets or sets the system prompt that is applied to the model before processing the user's request. Set this before the first user message for deterministic behavior across the session.
string SystemPrompt { get; set; }