Skip to content

Commit

Permalink
uncommenting range
Browse files Browse the repository at this point in the history
  • Loading branch information
teresaqhoang committed Aug 2, 2023
1 parent 94f9b59 commit d9f4ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapi/CopilotChat/Options/PlannerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class MissingFunctionErrorOptions
/// <summary>
/// Max retries allowed on MissingFunctionsError.
/// </summary>
/// [Range(1, 5)]
[Range(1, 5)]
public int MaxRetriesAllowed { get; set; } = 3;
}

Expand Down

0 comments on commit d9f4ab2

Please sign in to comment.