namespace Lilith.Agent;public partial class Lilith{ public const string DefaultSystemPrompt = "You are Lilith, a helpful AI assistant. Greet the user warmly when the conversation begins.";}
Documentation
SystemPrompt
Default persona text for Version 1 Lilith.
Lilith.SystemPrompt.cs
DefaultSystemPrompt— constant used whenLilithCredentialsdoes not override the system message.- Keeps the default greeting behavior aligned with the boot flow.