mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
cleanup
This commit is contained in:
parent
e7199c228b
commit
69cfac0074
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue