diff --git a/.pr_agent.toml b/.pr_agent.toml index e760b5bcd..a62a89e33 100644 --- a/.pr_agent.toml +++ b/.pr_agent.toml @@ -18,7 +18,7 @@ pr_actions = ["opened", "reopened", "ready_for_review", "review_requested"] # general options num_code_suggestions=3 # Number of code suggestions provided by the 'review' tool. Default is 0, meaning no code suggestions will be provided by the `review` tool. inline_code_comments = true # If set to true, the tool will publish the code suggestions as comments on the code diff. Default is false. Note that you need to set `num_code_suggestions`>0 to get code suggestions -ask_and_reflect=false +ask_and_reflect=true persistent_comment=false #automatic_review=true extra_instructions = "" # Optional extra instructions to the tool. For example: "focus on the changes in the file X. Ignore change in ...".