From 05c1c41fee9a63af535425edaac8ef539783f5c4 Mon Sep 17 00:00:00 2001 From: Jim Clark Date: Thu, 15 Aug 2024 19:33:41 -0700 Subject: [PATCH] Fix naming convention --- prompts/poem/020_user_prompt.md | 6 ++++-- prompts/poem/README.md | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/prompts/poem/020_user_prompt.md b/prompts/poem/020_user_prompt.md index 2e99cbd..81aa49f 100644 --- a/prompts/poem/020_user_prompt.md +++ b/prompts/poem/020_user_prompt.md @@ -1,10 +1,12 @@ My project uses the following languages: -{{project.languages}} +{{#linguist}} +* {{ language }} +{{/linguist}} My project has the following files: -{{project.files}} +{{project-facts.files}} Write me a poem in the style of Supa Hot Fire. diff --git a/prompts/poem/README.md b/prompts/poem/README.md index afe9f9b..a89da9e 100644 --- a/prompts/poem/README.md +++ b/prompts/poem/README.md @@ -1,6 +1,7 @@ --- extractors: - name: project-facts + - name: linguist functions: - name: write_files ---