We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62ec585 + 599370d commit 81732c7Copy full SHA for 81732c7
1 file changed
app/prompt_generators.py
@@ -39,7 +39,7 @@ def IaC_template_generator(input : IaCTemplateGeneration) -> str:
39
40
prompt = f"""
41
generate a complex template for {input.service} base on standard template with project structure focus on
42
- these important points:
+ these important points, Only provide Python code, no explanations or markdown formatting.:
43
44
1 - CI pipeline integration = {input.CI_integration}
45
2 - base config is {input.base_config}
0 commit comments