Skip to content

Commit 2b8ee04

Browse files
committed
Merge branch 'xml-tag-clean' of https://github.com/Rolland-He/ai-autograding-feedback into xml-tag-clean
2 parents c654457 + a14c3b5 commit 2b8ee04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ai_feedback/helpers/template_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ def render_prompt_template(
6464
return prompt_content.format(**template_data)
6565

6666

67-
def gather_file_references(submission: Optional[Path] = None, solution: Optional[Path] = None, test_output: Optional[Path] = None) -> str:
67+
def gather_file_references(
68+
submission: Optional[Path] = None, solution: Optional[Path] = None, test_output: Optional[Path] = None
69+
) -> str:
6870
"""Generate file reference descriptions for prompt templates.
6971
7072
Args:

0 commit comments

Comments
 (0)