From 0be2750dfa829accb43b7a02259ddd96f987bee3 Mon Sep 17 00:00:00 2001 From: Tal Date: Sat, 14 Dec 2024 11:53:47 +0200 Subject: [PATCH] Update review.md --- docs/docs/tools/review.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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