Krish Dholakia
44a69421ea
Anthropic - Files API w/ form-data support on passthrough + File ID support on /chat/completion (#11256)
* fix(anthropic/chat): support passing 'file_id' param to anthropic
Partial fix for LIT-200
* feat(anthropic/chat): use correct anthropic content block based on file object
* fix(anthropic/chat): fix file id for container_upload message type
* fix(anthropic/chat/transformation.py): fix check for adding code execution to tool calls - needed for 'container_upload' message type
* fix(llm_passthrough_endpoints.py): support reading form data for anthropic passthrough
* refactor(llm_passthrough_endpoints.py): refactor block into function for easier testing
* test: add unit test
* fix: don't pass in empty tools list
* [Fix] Responses API - Session management (#11254)
* fix: import session handling
* fix: imports for session handler
* tests: tests for session handler
* Update enterprise/litellm_enterprise/enterprise_callbacks/session_handler.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* bump: bump litellm enterprise
* fixes: test_create_user_default_budget
* fix: fix linting error
---------
Co-authored-by: Ishaan Jaff <ishaanjaffer0324@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>