mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 07:41:36 +00:00
6 lines
178 B
C#
6 lines
178 B
C#
namespace AIStudio.Chat;
|
|
|
|
public static class SystemPrompts
|
|
{
|
|
public static readonly string DEFAULT = $"You are a helpful assistant! Today is {DateTime.Today:yyyy-MM-dd}.";
|
|
} |