Skip to content

Commit

Permalink
remove test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CTY-git committed Jan 6, 2025
1 parent 285d212 commit 2fe2b3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def run(self) -> dict:
outputs = ExtractCodeMethodForCommentContexts(self.inputs).run()
self.inputs.update(outputs)

self.inputs["prompt_values"] = [self.inputs.get("files_to_patch", [])]
self.inputs["prompt_values"] = self.inputs.get("files_to_patch", [])
self.inputs["response_partitions"] = {
"patch": ["Documentation:", "```", "\n", "```"],
}
Expand Down

0 comments on commit 2fe2b3d

Please sign in to comment.