Replies: 2 comments
-
As a workaround, we are currently implementing multimodal requests by specifying "." in the prompt as shown below. An empty string results in a validation error.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
#212 should address some of these use cases - the intent is to allow different types of input other than text to be passed into |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I want to execute multimodal requests with Strands Agents (v0.2.1).
The stream_async function always requires a
prompt: str
parameter when executed (source) and it gets added tomessages
as a user message. (relevant section) With this specification, it's not possible to handle use cases where you want to send images or files and have their content analyzed. Is there a way to omit the prompt? Note that the response needs to be streaming.Beta Was this translation helpful? Give feedback.
All reactions