mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Merge branch 'main' into of/add-claude-4.5-thinking-bentchmarks
# Conflicts: # docs/docs/pr_benchmark/index.md
This commit is contained in:
commit
fc7d614552
2 changed files with 1 additions and 3 deletions
|
|
@ -443,5 +443,3 @@ The PR benchmark dataset includes pull requests containing code in the following
|
|||
|
||||
Pull requests may also include non-code files such as `YAML`, `JSON`, `Markdown`, `Dockerfile` ,`Shell`, etc.
|
||||
The benchmarked models should also analyze these files, as they commonly appear in real-world pull requests.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -217,7 +217,7 @@ Ticket Description:
|
|||
#####
|
||||
{%- endif %}
|
||||
|
||||
{%- if ticket.requirements %}
|
||||
{%- if ticket.requirements is defined and ticket.requirements %}
|
||||
Ticket Requirements:
|
||||
#####
|
||||
{{ ticket.requirements }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue