Skip to content

Commit cc6bbb1

Browse files
authored
Added Rory's cache fix from PR #3099
PR #3009 has an important fix, alerted to me by @jbbrown It was a one liner so I pulled it in. This brings up a question can we merge PR's in the GH UI?
1 parent 94c6d02 commit cc6bbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/bedrock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ export class AwsBedrockHandler extends BaseProvider implements SingleCompletionH
544544
})
545545

546546
return {
547-
system: systemMessage ? [{ text: systemMessage } as SystemContentBlock] : [],
547+
system: cacheResult.system,
548548
messages: messagesWithCache,
549549
}
550550
}

0 commit comments

Comments
 (0)