Merge branch 'main' into of/add-claude-4.5-thinking-bentchmarks

# Conflicts:
#	docs/docs/pr_benchmark/index.md
This commit is contained in:
ofir-frd 2025-10-20 15:32:14 +03:00
commit fc7d614552
2 changed files with 1 additions and 3 deletions

View file

@ -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. 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. The benchmarked models should also analyze these files, as they commonly appear in real-world pull requests.

View file

@ -217,7 +217,7 @@ Ticket Description:
##### #####
{%- endif %} {%- endif %}
{%- if ticket.requirements %} {%- if ticket.requirements is defined and ticket.requirements %}
Ticket Requirements: Ticket Requirements:
##### #####
{{ ticket.requirements }} {{ ticket.requirements }}