From 04f8ecdf14b5a95ac2df330f9250eb06372a9c0d Mon Sep 17 00:00:00 2001 From: Nick Clegg Date: Fri, 30 May 2025 16:54:36 -0400 Subject: [PATCH 1/2] Update bedrock.py --- src/strands/models/bedrock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strands/models/bedrock.py b/src/strands/models/bedrock.py index 9bbcca7d0..0cc5e6aa2 100644 --- a/src/strands/models/bedrock.py +++ b/src/strands/models/bedrock.py @@ -323,7 +323,7 @@ def stream(self, request: dict[str, Any]) -> Iterable[StreamEvent]: ModelThrottledException: If the model service is throttling requests. """ streaming = self.config.get("streaming", True) - + print(request) try: if streaming: # Streaming implementation From 61df05aa0ba4efebc5b56d39cd91a4f4157d1aa4 Mon Sep 17 00:00:00 2001 From: Nick Clegg Date: Fri, 30 May 2025 16:55:34 -0400 Subject: [PATCH 2/2] Update bedrock.py --- src/strands/models/bedrock.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/strands/models/bedrock.py b/src/strands/models/bedrock.py index 0cc5e6aa2..7a641a82f 100644 --- a/src/strands/models/bedrock.py +++ b/src/strands/models/bedrock.py @@ -323,7 +323,6 @@ def stream(self, request: dict[str, Any]) -> Iterable[StreamEvent]: ModelThrottledException: If the model service is throttling requests. """ streaming = self.config.get("streaming", True) - print(request) try: if streaming: # Streaming implementation