diff --git a/src/anthropic/lib/bedrock/_beta_messages.py b/src/anthropic/lib/bedrock/_beta_messages.py index 332f6fba..212436dc 100644 --- a/src/anthropic/lib/bedrock/_beta_messages.py +++ b/src/anthropic/lib/bedrock/_beta_messages.py @@ -13,6 +13,7 @@ class Messages(SyncAPIResource): create = FirstPartyMessagesAPI.create + stream = FirstPartyMessagesAPI.stream @cached_property def with_raw_response(self) -> MessagesWithRawResponse: @@ -36,6 +37,7 @@ def with_streaming_response(self) -> MessagesWithStreamingResponse: class AsyncMessages(AsyncAPIResource): create = FirstPartyAsyncMessagesAPI.create + stream = FirstPartyAsyncMessagesAPI.stream @cached_property def with_raw_response(self) -> AsyncMessagesWithRawResponse: