We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05b6f8a + cd9c0a3 commit 0db1e6aCopy full SHA for 0db1e6a
1 file changed
packages/opencode/src/session/message-v2.ts
@@ -596,7 +596,7 @@ export const toModelMessagesEffect = Effect.fnUntraced(function* (
596
const supportsMediaInToolResults = (() => {
597
if (model.api.npm === "@ai-sdk/anthropic") return true
598
if (model.api.npm === "@ai-sdk/openai") return true
599
- if (model.api.npm === "@ai-sdk/amazon-bedrock") return true
+ if (model.api.npm === "@ai-sdk/amazon-bedrock") return false
600
if (model.api.npm === "@ai-sdk/google-vertex/anthropic") return true
601
if (model.api.npm === "@ai-sdk/google") {
602
const id = model.api.id.toLowerCase()
0 commit comments