remove code
This commit is contained in:
parent
e7d962edf8
commit
258be22d36
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue