diff --git a/docs/docs/tools/review.md b/docs/docs/tools/review.md index 98f52928..d92f9858 100644 --- a/docs/docs/tools/review.md +++ b/docs/docs/tools/review.md @@ -39,7 +39,7 @@ pr_commands = [ ] [pr_reviewer] -num_code_suggestions = ... +extra_instructions = "..." ... ``` @@ -95,7 +95,7 @@ num_code_suggestions = ... - +
num_code_suggestionsNumber of code suggestions provided by the 'review' tool. Default is 0, meaning no code suggestions will be provided by the `review` tool.Number of code suggestions provided by the 'review' tool. Default is 0, meaning no code suggestions will be provided by the `review` tool. Note that this is a legacy feature, that will be removed in future releases. Use the `improve` tool instead for code suggestions
inline_code_comments