From fc8494d69663a9db1395239df20dccb05408b747 Mon Sep 17 00:00:00 2001 From: zmeir Date: Wed, 19 Jul 2023 10:59:52 +0300 Subject: [PATCH] Rephrase score description in promt --- pr_agent/settings/pr_reviewer_prompts.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/pr_reviewer_prompts.toml b/pr_agent/settings/pr_reviewer_prompts.toml index 3128c0e2..9a55dcf4 100644 --- a/pr_agent/settings/pr_reviewer_prompts.toml +++ b/pr_agent/settings/pr_reviewer_prompts.toml @@ -23,7 +23,7 @@ You must use the following JSON schema to format your answer: {%- if require_score %} "Score": { "type": "float", - "description": "Rate this PR on a scale of 0-100 (inclusive), where 0 means the worst possible code, and 100 means code of the highest quality without any bugs or performace issues that is ready to be merged immediately and run in production at scale." + "description": "Rate this PR on a scale of 0-100 (inclusive), where 0 means the worst possible PR code, and 100 means PR code of the highest quality, without any bugs or performance issues, that is ready to be merged immediately and run in production at scale." }, {%- endif %} {%- if require_tests %}