From 0d5507865f650e4dcade51b41a38d7a6ae5166cc Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sun, 2 Jun 2024 19:52:55 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20docs=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/walkthroughs/prompt-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/walkthroughs/prompt-files.md b/docs/docs/walkthroughs/prompt-files.md index 9811dfd428..8def96d063 100644 --- a/docs/docs/walkthroughs/prompt-files.md +++ b/docs/docs/walkthroughs/prompt-files.md @@ -6,7 +6,7 @@ Prompt (`.prompt`) files are an easy way to build and share LLM prompts with oth Below is a quick example of setting up a prompt file to write unit tests:s -1. Create a folder called `.prompts` at the top level of your repository +1. Create a folder called `.prompts` at the top level of your workspace 2. Add a file called `test.prompt` to this folder 3. Write the following contents to `test.prompt` and save