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
fix(aws): Prevent stream option with response_format (#151) (#153)
* Added a check to raise a ValueError if the 'stream' option is provided alongside 'response_format', as it is not supported.
* Removed redundant stream assignment from the main logic for clarity.
0 commit comments