Skip to content

Commit 04f8ecd

Browse files
authored
Update bedrock.py
1 parent cba7db6 commit 04f8ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strands/models/bedrock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def stream(self, request: dict[str, Any]) -> Iterable[StreamEvent]:
323323
ModelThrottledException: If the model service is throttling requests.
324324
"""
325325
streaming = self.config.get("streaming", True)
326-
326+
print(request)
327327
try:
328328
if streaming:
329329
# Streaming implementation

0 commit comments

Comments
 (0)