diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-12 12:15:21 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-12 12:15:21 +0300 |
| commit | ae42b51d0488b8d329c3379e6c345e4fe7421cf9 (patch) | |
| tree | 7cd1e05976acf1137333d0aec7e9b6dfb3032a39 /Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models | |
| parent | 420ef1c290c4712ebfa2708267ec8ac1ffde6edc (diff) | |
| download | Tango-ae42b51d0488b8d329c3379e6c345e4fe7421cf9.tar.gz Tango-ae42b51d0488b8d329c3379e6c345e4fe7421cf9.zip | |
Some qork on AI Alerts.
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models')
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs | 2 |
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 |
