Fix formatting

This commit is contained in:
Saoud Rizwan
2024-08-15 00:13:30 -04:00
parent 880424bc65
commit ace4596fe3

View File

@@ -338,7 +338,7 @@ export class ClaudeDev {
let textBlock: Anthropic.TextBlockParam = {
type: "text",
text: `<task>\n${task}\n</task>\n${this.getPotentiallyRelevantDetails()}`, // cannot be sent with system prompt since it's cached and these details can change
text: `<task>\n${task}\n</task>\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)