Checks
Strands Version
1.4.0
Python Version
3.11
Operating System
macOS
Installation Method
pip
Steps to Reproduce
result = await Single_Transcript_Agent.structured_output_async(SingleAgentTranscriptOutput, str(df.to_json(orient='records')))
Expected Behavior
Should run without an issue
Actual Behavior
Getting the following error:
ReadTimeoutError: AWSHTTPSConnectionPool(host='bedrock-runtime.us-east-1.amazonaws.com', port=443): Read timed out.
Additional Context
Would be great if we can push a boto3 client or a set a time-out for complex queries.
Possible Solution
No response
Related Issues
No response