Effect CommunityEC
Effect Community5mo ago
14 replies
Matthew

Error with `@effect/ai-amazon-bedrock`: Missing "output" in `ConverseResponse` during `generateTe...

Hi all, I'm running into this error while using @effect/ai-amazon-bedrock
function.
└─ Encoded side transformation failure
   └─ @effect/ai-amazon-bedrock/ConverseResponse (Encoded side)
      └─ ["output"]
         └─ is missing

from within AiLanguageModel.generateText while using the above with the following model - AmazonBedrockLanguageModel.model("amazon.nova-micro-v1:0")

I'd really appreciate any solutions or insights, Thanks!
Was this page helpful?