Skip to content

Commit 599370d

Browse files
committed
fix(prompt): fix terraform template prompt to not consider any markdown
1 parent 62ec585 commit 599370d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/prompt_generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def IaC_template_generator(input : IaCTemplateGeneration) -> str:
3939

4040
prompt = f"""
4141
generate a complex template for {input.service} base on standard template with project structure focus on
42-
these important points:
42+
these important points, Only provide Python code, no explanations or markdown formatting.:
4343
4444
1 - CI pipeline integration = {input.CI_integration}
4545
2 - base config is {input.base_config}

0 commit comments

Comments
 (0)