feat: add watermark in prompt box

This commit is contained in:
tux
2025-07-05 18:28:53 +05:30
parent 1b23d8db23
commit 1b96e82124
2 changed files with 2 additions and 0 deletions

View File

@@ -6,4 +6,5 @@ public partial class ChatViewModel : ObservableObject
{
[ObservableProperty] private string _content = "";
[ObservableProperty] private string _prompt = "";
[ObservableProperty] private string _promptWatermark = "Ask me anything...";
}