Update RoutingArgs.cs

This commit is contained in:
C. Oceania 2024-05-09 16:30:30 -05:00 committed by GitHub
parent 6bcb0ae7a6
commit 9a93fd10e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) ? "" : $"<Route to {AgentName.ToUpper()} because {NextActionReason}>";