generated from amazon-archives/__template_Apache-2.0
-
Couldn't load subscription status.
- Fork 449
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
I would like strands to support passing in more datatypes to Agent __call__ & Agent.stream_async so that the images, audio, etc can be passed into the agent
Proposed Solution
This should support a ToolResult as input
agent = Agent()
agent(ToolResult(...))
This should also allow for an empty input to invoke, and it will invoke the current messages array.
agent = Agent(messages=[...])
agent()
Use Case
Passing in images or text or both would allow responding to agents needing more than just text
Alternatives Solutions
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request