### Use case - Add capability to process and handle 'files' type responses - This would allow the orchestrator to work with agents that generate or manipulate files - Would expand the functionality of the integration with Amazon Bedrock agents ### Solution/User Experience - Create Type definition with filename, content_type and data - Check 'files' in event response from Amazon Bedrock agent - Provide the list of files with above type defintion ### Alternative solutions ```markdown ```
Use case
Solution/User Experience
Alternative solutions