remove code

This commit is contained in:
Jicheng Lu 2023-12-13 14:33:36 -06:00
parent e7d962edf8
commit 258be22d36

View file

@ -14,6 +14,7 @@ public class Agent
/// <summary>
/// Default LLM settings
/// </summary>
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public AgentLlmConfig? LlmConfig { get; set; }
/// <summary>
@ -71,12 +72,6 @@ public class Agent
public List<RoutingRule> RoutingRules { get; set; }
= new List<RoutingRule>();
/// <summary>
/// Agent LLM Config, i.e., provider & model
/// </summary>
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public AgentLlmConfig? LlmConfig { get; set; }
/// <summary>
/// For rendering deferral
/// </summary>