File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -373,6 +373,8 @@ def _wrap_synchronous_message_iterator(
373373
374374 try :
375375 for event in iterator :
376+ # Message and content types are aliases for corresponding Raw* types, introduced in
377+ # https://github.com/anthropics/anthropic-sdk-python/commit/bc9d11cd2addec6976c46db10b7c89a8c276101a
376378 if not isinstance (
377379 event ,
378380 (
@@ -434,6 +436,8 @@ async def _wrap_asynchronous_message_iterator(
434436
435437 try :
436438 async for event in iterator :
439+ # Message and content types are aliases for corresponding Raw* types, introduced in
440+ # https://github.com/anthropics/anthropic-sdk-python/commit/bc9d11cd2addec6976c46db10b7c89a8c276101a
437441 if not isinstance (
438442 event ,
439443 (
You can’t perform that action at this time.
0 commit comments