diff options
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Contracts.cs')
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Contracts.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Contracts.cs b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Contracts.cs index 413583f2f..d044de7b9 100644 --- a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Contracts.cs +++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/Contracts.cs @@ -1,5 +1,6 @@ using System.Collections.Generic; using System.Text.Json.Serialization; +using Tango.Portal.Chat.Web.Services; namespace Tango.Portal.Chat.Web.Models { @@ -27,6 +28,7 @@ namespace Tango.Portal.Chat.Web.Models [JsonPropertyName("conversation")] public string ConversationAnswer { get; set; } = String.Empty; + public LlmProvider Provider { get; set; } } public sealed class ChatMessage |
