From 58312d037454a9e970f1559e2b9b7a401e4ec8d3 Mon Sep 17 00:00:00 2001 From: Gil Fernandes Date: Wed, 5 Jun 2024 13:15:02 +0100 Subject: [PATCH] Fixed some minor typos in example --- core/prompts/code-monkey/describe_file.prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prompts/code-monkey/describe_file.prompt b/core/prompts/code-monkey/describe_file.prompt index 36ddc63f8..6a8c1d372 100644 --- a/core/prompts/code-monkey/describe_file.prompt +++ b/core/prompts/code-monkey/describe_file.prompt @@ -14,7 +14,7 @@ Output the result in a JSON format with the following structure, as in this exam Example: { - "summary": "Describe in detail the functionality being defind o implemented in this file. Be as detailed as possible", + "summary": "Describe in detail the functionality being defined or implemented in this file. Be as detailed as possible", "references": [ "some/file.py", "some/other/file.js"