From aba79a94781b88a574231484f9665e753cc93d61 Mon Sep 17 00:00:00 2001 From: allenmylath Date: Mon, 28 Jul 2025 11:24:27 +0530 Subject: [PATCH] Update README.md Explanatory comment.Eventhought code allows for transport params.It is not clearly given in readme, what all are the options are there. --- examples/aws-strands/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/aws-strands/README.md b/examples/aws-strands/README.md index 68223ee28..6bc99a689 100644 --- a/examples/aws-strands/README.md +++ b/examples/aws-strands/README.md @@ -60,4 +60,5 @@ An enhanced example where the Strands agent explains each step of its reasoning python black-box.py # or python explain-thinking.py + # The transport is selected via the --transport or -t command line argument. Choices are daily webrtc and twilio.defaults to # webrtc ```