From ace4596fe38bede2130b81cbd4ffefb8afb399eb Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:13:30 -0400 Subject: [PATCH] Fix formatting --- src/ClaudeDev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClaudeDev.ts b/src/ClaudeDev.ts index 673a1cf..361ced1 100644 --- a/src/ClaudeDev.ts +++ b/src/ClaudeDev.ts @@ -338,7 +338,7 @@ export class ClaudeDev { let textBlock: Anthropic.TextBlockParam = { type: "text", - text: `\n${task}\n\n${this.getPotentiallyRelevantDetails()}`, // cannot be sent with system prompt since it's cached and these details can change + text: `\n${task}\n\n\n${this.getPotentiallyRelevantDetails()}`, // cannot be sent with system prompt since it's cached and these details can change } let imageBlocks: Anthropic.ImageBlockParam[] = this.formatImagesIntoBlocks(images)