From 95e1ebada1aa0c12a47a05dd74a2118fce8c7188 Mon Sep 17 00:00:00 2001 From: Tal Date: Sun, 1 Sep 2024 10:37:40 +0300 Subject: [PATCH] Update docs/docs/tools/improve.md Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com> --- docs/docs/tools/improve.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/tools/improve.md b/docs/docs/tools/improve.md index 9d0e4c20..d525b302 100644 --- a/docs/docs/tools/improve.md +++ b/docs/docs/tools/improve.md @@ -54,11 +54,10 @@ num_code_suggestions_per_chunk = ... ### Assessing Impact 💎 -With PR-Agent pro, every time a user implements a code suggestion, PR-Agent will automatically add a ✅ prefix to the suggestion label. This way, the user\reviewr\manager can track the impact of the suggestions on the PR code. -Note that PR-Agent pro tracks two type of implementations: +Note that PR-Agent pro tracks two types of implementations: - Direct implementation - when the user directly applies the suggestion by clicking the `Apply` checkbox. -- Indirect implementation - when the user implements the suggestion in his IDE environment. In this case, PR-Agent will utilize, after each commit, a dedicated logic to identify if a suggestion was implemented, and will mark it as implemented. +- Indirect implementation - when the user implements the suggestion in their IDE environment. In this case, PR-Agent will utilize, after each commit, a dedicated logic to identify if a suggestion was implemented, and will mark it as implemented. ![code_suggestions_asses_impact](https://codium.ai/images/pr_agent/code_suggestions_asses_impact.png){width=512}