We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262a3d6 commit 2dea394Copy full SHA for 2dea394
patchwork/patchflows/GenerateDiagram/GenerateDiagram.py
@@ -29,7 +29,7 @@ def __init__(self, inputs):
29
if "prompt_template_file" not in final_inputs:
30
final_inputs["prompt_template_file"] = _DEFAULT_PROMPT_JSON
31
32
- final_inputs["pr_title"] = f"PatchWork System Architecture Diagram generated"
+ final_inputs["pr_title"] = f"PatchWork System Architecture Diagram"
33
final_inputs["branch_prefix"] = f"{self.__class__.__name__.lower()}-"
34
35
validate_steps_with_inputs(
0 commit comments