This commit is contained in:
Daniel 2025-06-09 12:07:37 -05:00 committed by hannesrudolph
parent e7199c228b
commit 69cfac0074

View file

@ -710,7 +710,6 @@ export class AwsBedrockHandler extends BaseProvider implements SingleCompletionH
// First convert messages using shared converter for proper image handling
let convertedMessages = sharedConverter(anthropicMessages as Anthropic.Messages.MessageParam[])
// No need to preserve thinking blocks - the messages are already properly formatted
// If prompt caching is disabled, return the converted messages directly
if (!usePromptCache) {