Use BedrockConverse to send image (or document) ChatMessages #14729
Unanswered
stadeltobi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm wondering how I could use BedrockConverse to send an image (or document), rather than a plain text,
ChatMessage
to the model (in my case, Anthropic Claude Sonnet 3.5). In other words, rather than sending this:... I'd like to send this:
Both formats are taken from the respective AWS documentation page
From a quick look at the conversion code in
bedrock_converse/utils.py
it looks like this is currently not supported.Or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions