Skip to content

Commit 41558e0

Browse files
committed
update
1 parent ec53ab8 commit 41558e0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

patchwork/patchflows/PRReview/PRReview.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@
2323
class PRReview(Step):
2424
def __init__(self, inputs: dict):
2525
PatchflowProgressBar(self).register_steps(
26-
CallLLM,
27-
CreatePRComment,
28-
ExtractModelResponse,
29-
PreparePR,
30-
PreparePrompt,
3126
ReadPRDiffs,
27+
SimplifiedLLMOnce,
28+
CreatePRComment,
3229
)
3330
final_inputs = yaml.safe_load(_DEFAULT_INPUT_FILE.read_text())
3431
final_inputs.update(inputs)
@@ -43,8 +40,7 @@ def __init__(self, inputs: dict):
4340
}
4441
),
4542
ReadPRDiffs,
46-
LLM,
47-
PreparePR,
43+
SimplifiedLLMOnce,
4844
CreatePRComment,
4945
)
5046

0 commit comments

Comments
 (0)