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 55634ff commit 05c1c41Copy full SHA for 05c1c41
prompts/poem/020_user_prompt.md
@@ -1,10 +1,12 @@
1
My project uses the following languages:
2
3
-{{project.languages}}
+{{#linguist}}
4
+* {{ language }}
5
+{{/linguist}}
6
7
My project has the following files:
8
-{{project.files}}
9
+{{project-facts.files}}
10
11
Write me a poem in the style of Supa Hot Fire.
12
prompts/poem/README.md
@@ -1,6 +1,7 @@
---
extractors:
- name: project-facts
+ - name: linguist
functions:
- name: write_files
0 commit comments