remove unnecessary newline from arc prompt

This commit is contained in:
Andreas Koepf 2025-02-08 19:12:41 +01:00
parent d0ee809757
commit 63cbb8722d
2 changed files with 0 additions and 4 deletions

View file

@ -8,7 +8,6 @@ from .board_format import BoardFormattingOptions, format_board, format_board_pai
_REARC_PROMPT_TEMPLATES = """Find the common rule that maps an input grid to an output grid, given the examples below.
{examples}
Below is a test input grid. Predict the corresponding output grid by applying the rule you found.
Your final answer should just be the text output grid itself.