chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-24 18:43:20 +00:00
parent 024979f3fd
commit e837dcc1c5
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -195,9 +195,9 @@ export namespace ProviderTransform {
for (const msg of unique([...system, ...final])) { for (const msg of unique([...system, ...final])) {
const useMessageLevelOptions = const useMessageLevelOptions =
model.providerID === "anthropic" || model.providerID === "anthropic" ||
model.providerID.includes("bedrock") || model.providerID.includes("bedrock") ||
model.api.npm === "@ai-sdk/amazon-bedrock" model.api.npm === "@ai-sdk/amazon-bedrock"
const shouldUseContentOptions = !useMessageLevelOptions && Array.isArray(msg.content) && msg.content.length > 0 const shouldUseContentOptions = !useMessageLevelOptions && Array.isArray(msg.content) && msg.content.length > 0
if (shouldUseContentOptions) { if (shouldUseContentOptions) {