You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Modify extractor logic.
* Add support for Claude Sonnet 3+ and region aware models.
* Update claude content extraction logic.
* Add support for Claude Sonnet 3+ and region aware models.
* Update claude content extraction logic.
* Add testing for aiobotocore.
* Restore newline.
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
# This checks handles Sonnet 3+ models which report an additional empty input and empty output in streaming cases after the main content has been generated
1071
+
ifnotinput_message_listandno_output_content:
1072
+
return
1073
+
1060
1074
number_of_messages= (
1061
1075
len(input_message_list) +len(output_message_list)
1062
1076
) orNone# If 0, attribute will be set to None and removed
0 commit comments