aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <roy.mail.net@gmail.com>2025-09-12 12:15:21 +0300
committerRoy Ben Shabat <roy.mail.net@gmail.com>2025-09-12 12:15:21 +0300
commitae42b51d0488b8d329c3379e6c345e4fe7421cf9 (patch)
tree7cd1e05976acf1137333d0aec7e9b6dfb3032a39 /Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
parent420ef1c290c4712ebfa2708267ec8ac1ffde6edc (diff)
downloadTango-ae42b51d0488b8d329c3379e6c345e4fe7421cf9.tar.gz
Tango-ae42b51d0488b8d329c3379e6c345e4fe7421cf9.zip
Some qork on AI Alerts.
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs')
-rw-r--r--Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
index 318cbe3b0..9ae6553e7 100644
--- a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
+++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
@@ -19,7 +19,7 @@ namespace Tango.Portal.Chat.Web.Models
public bool AvoidDuplicates { get; set; }
public String ChartType { get; set; } = String.Empty;
public String ChartTitle { get; set; } = String.Empty;
- public String ChartInstructions { get; set; } = String.Empty;
+ public String Instructions { get; set; } = String.Empty;
}
} \ No newline at end of file