From 9a93fd10e6291905deb45acc78c081a9dd4fc624 Mon Sep 17 00:00:00 2001 From: "C. Oceania" Date: Thu, 9 May 2024 16:30:30 -0500 Subject: [PATCH] Update RoutingArgs.cs --- .../BotSharp.Abstraction/Routing/Models/RoutingArgs.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Infrastructure/BotSharp.Abstraction/Routing/Models/RoutingArgs.cs b/src/Infrastructure/BotSharp.Abstraction/Routing/Models/RoutingArgs.cs index f68b7231..dad45cb9 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Routing/Models/RoutingArgs.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Routing/Models/RoutingArgs.cs @@ -50,9 +50,6 @@ public class RoutingArgs [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] public string UserGoal { get; set; } = string.Empty; - [JsonPropertyName("language")] - public string Language { get; set; } = LanguageType.ENGLISH; - public override string ToString() { var route = string.IsNullOrEmpty(AgentName) ? "" : $"";