2024-08-18 19:48:35 +00:00
|
|
|
namespace AIStudio.Chat;
|
|
|
|
|
|
|
|
|
|
public static class SystemPrompts
|
|
|
|
|
{
|
2026-01-15 10:01:17 +00:00
|
|
|
public static readonly string DEFAULT = $"You are a helpful assistant! Today is {DateTime.Today:yyyy-MM-dd}.";
|
2024-08-18 19:48:35 +00:00
|
|
|
}
|