Skip to content

Commit aee5307

Browse files
committed
update inputs validation
1 parent d4dbfa1 commit aee5307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patchwork/patchflows/PRReview/PRReview.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ def __init__(self, inputs: dict):
3333
validate_steps_with_inputs(
3434
set(final_inputs.keys()).union(
3535
{
36-
"prompt_id",
37-
"prompt_values",
38-
"modified_code_files",
36+
"user_prompt",
37+
"prompt_value",
38+
"json_schema",
3939
"pr_comment",
4040
}
4141
),

0 commit comments

Comments
 (0)