mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 20:30:41 +08:00
Rephrase score description in promt
This commit is contained in:
@ -23,7 +23,7 @@ You must use the following JSON schema to format your answer:
|
|||||||
{%- if require_score %}
|
{%- if require_score %}
|
||||||
"Score": {
|
"Score": {
|
||||||
"type": "float",
|
"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 %}
|
{%- endif %}
|
||||||
{%- if require_tests %}
|
{%- if require_tests %}
|
||||||
|
Reference in New Issue
Block a user