diff --git a/webapi/CopilotChat/Options/PlannerOptions.cs b/webapi/CopilotChat/Options/PlannerOptions.cs index 6b4a1a2d1..59dbd09f6 100644 --- a/webapi/CopilotChat/Options/PlannerOptions.cs +++ b/webapi/CopilotChat/Options/PlannerOptions.cs @@ -25,7 +25,7 @@ public class MissingFunctionErrorOptions /// /// Max retries allowed on MissingFunctionsError. /// - /// [Range(1, 5)] + [Range(1, 5)] public int MaxRetriesAllowed { get; set; } = 3; }