Property SystemPrompt
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
SystemPrompt
System prompt applied to the model before the first user turn.
Set this property before the first user message. After a chat has started, the system prompt becomes immutable for the lifetime of this MultiTurnConversation. Create a new instance if you need a different system prompt midstream.
public string SystemPrompt { get; set; }