🐛 fix: Support Bedrock Provider for MCP Image Content Rendering (#8047)

This commit is contained in:
Karol Potocki 2025-06-25 21:38:24 +02:00 committed by GitHub
parent c551ba21f5
commit 3ab1bd65e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@ const RECOGNIZED_PROVIDERS = new Set([
'xai',
'deepseek',
'ollama',
'bedrock',
]);
const CONTENT_ARRAY_PROVIDERS = new Set(['google', 'anthropic', 'openai']);