SystemPrompt/Lilith.SystemPrompt.cscsharp

Documentation

SystemPrompt

Default persona text for Version 1 Lilith.

Lilith.SystemPrompt.cs

  • DefaultSystemPrompt — constant used when LilithCredentials does not override the system message.
  • Keeps the default greeting behavior aligned with the boot flow.
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.";}