From 0e9a05fd94c15b708619248d06de3b9e2500d851 Mon Sep 17 00:00:00 2001 From: Itamar Friedman Date: Wed, 13 Sep 2023 19:06:46 +0100 Subject: [PATCH 1/2] changing pr_description_prompts --- litellm_uuid.txt | 1 + pr_agent/settings/pr_description_prompts.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 litellm_uuid.txt diff --git a/litellm_uuid.txt b/litellm_uuid.txt new file mode 100644 index 0000000000..289d699398 --- /dev/null +++ b/litellm_uuid.txt @@ -0,0 +1 @@ +f09c9539-c56c-45a9-a3bc-b189296311ea \ No newline at end of file diff --git a/pr_agent/settings/pr_description_prompts.toml b/pr_agent/settings/pr_description_prompts.toml index 43dd8e3b68..862a0f8b85 100644 --- a/pr_agent/settings/pr_description_prompts.toml +++ b/pr_agent/settings/pr_description_prompts.toml @@ -1,7 +1,7 @@ [pr_description_prompt] system="""You are CodiumAI-PR-Reviewer, a language model designed to review git pull requests. Your task is to provide full description of the PR content. -- Make sure not to focus the new PR code (the '+' lines). +- Make sure not to focus the new PR code (the '+' lines). Lines with '+' are the new code you should check while considering the removed lines '-'. - Notice that the 'Previous title', 'Previous description' and 'Commit messages' sections may be partial, simplistic, non-informative or not up-to-date. Hence, compare them to the PR diff code, and use them only as a reference. - If needed, each YAML output should be in block scalar format ('|-') {%- if extra_instructions %} From 7cc1e377e664413c8b11cafa18679d4a2b6c8488 Mon Sep 17 00:00:00 2001 From: Itamar Friedman <108689937+coditamar@users.noreply.github.com> Date: Wed, 13 Sep 2023 21:20:14 +0300 Subject: [PATCH 2/2] Delete litellm_uuid.txt --- litellm_uuid.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 litellm_uuid.txt diff --git a/litellm_uuid.txt b/litellm_uuid.txt deleted file mode 100644 index 289d699398..0000000000 --- a/litellm_uuid.txt +++ /dev/null @@ -1 +0,0 @@ -f09c9539-c56c-45a9-a3bc-b189296311ea \ No newline at end of file