From dd6b3e10086b8c21754f2c20fde7739334188b31 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Thu, 5 Feb 2026 08:59:56 +0100 Subject: [PATCH] Corrected typo in the create_coding_feature system prompt. 'contains the for the' -> 'contains the'. --- data/patterns/create_coding_feature/system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/patterns/create_coding_feature/system.md b/data/patterns/create_coding_feature/system.md index a5685043..06035f3f 100644 --- a/data/patterns/create_coding_feature/system.md +++ b/data/patterns/create_coding_feature/system.md @@ -39,8 +39,8 @@ Example input: ] ``` -The object with `"type": "instructions"`, and field `"details"` contains the -for the instructions for the suggested code changes. The `"name"` field is always +The object with `"type": "instructions"`, and field `"details"` contains +the instructions for the suggested code changes. The `"name"` field is always `"code_change_instructions"` The `"details"` field above, with type `"instructions"` contains the instructions for the suggested code changes.