mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-04 23:07:50 +00:00
a0ee31edf8
* fix: add transform_anthropic_messages_request * fix: add get_requested_response_api_optional_param * fix: use base llm http handler for anthropic messages * fix: add anthropic transform response * fix: transform_anthropic_messages_response * fix: fixes for anthropic messages * fix: code qa fixes * fix: pass thinking to anthropic * fix: linting * fixes * feat: add folder for bedrock invoke messages * feat: init bedrock invoke messages for anthropic claude family * test: add bedrock invoke test for us anthropic * test: test_anthropic_messages_non_streaming_bedrock_invokec * feat: update anthropic messages transforms * feat: update anthropic messages transforms * Update litellm/utils.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: test_anthropic_messages_non_streaming * fix: linting override * fix: linting error --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>