litellm/tests/pass_through_unit_tests
Ishaan Jaff 104283ae8f
[Feat] Claude Code - Add Websearch support using LiteLLM /search (using web search interception hook) (#19263)
* init WebSearchInterceptionLogger

* test_websearch_interception_real_call

* init async_should_run_agentic_completion

* async_should_run_agentic_loop

* async_run_agentic_loop

* refactor folder

* fix organization

* WebSearchTransformation

* WebSearchInterceptionLogger

* _call_agentic_completion_hooks

* WebSearch Interception Architecture

* test_websearch_interception_real_call

* add streaming

* add transform_request for streaming

* get_llm_provider

* test fix

* fix info

* init from config.yaml

* fixes

* test handler

* fix _is_streaming_response

* async_run_agentic_loop

* mypy fix
2026-01-16 21:10:05 -08:00
..
base_anthropic_messages_prompt_caching_test.py [Feat] Claude Code - Add support for Prompt Caching with Bedrock Converse (#19123) 2026-01-14 18:05:10 -08:00
base_anthropic_messages_tool_search_test.py [Feat] Add support for Tool Search on /messages API - Azure, Bedrock, Anthropic API (#19165) 2026-01-15 16:35:00 -08:00
base_anthropic_unified_messages_test.py [Bug Fix] Cost tracking and logging via the /v1/messages API are not working when using Claude Code (#11928) 2025-06-20 18:08:35 -07:00
test_anthropic_messages_passthrough.py Add Add per model group header forwarding for Bedrock Invoke API (#16042) 2025-10-30 20:10:17 -07:00
test_anthropic_messages_prompt_caching.py [Feat] Claude Code - Add support for Prompt Caching with Bedrock Converse (#19123) 2026-01-14 18:05:10 -08:00
test_anthropic_messages_tool_search.py [Feat] Add support for Tool Search on /messages API - Azure, Bedrock, Anthropic API (#19165) 2026-01-15 16:35:00 -08:00
test_assemblyai_unit_tests_passthrough.py
test_bedrock_anthropic_messages_test.py [Fix] Claude Code (/messages) - Litellm fix claude code Bedrock Invoke usage, request signing (#19111) 2026-01-14 14:51:50 -08:00
test_custom_logger_passthrough.py [Feat] Pass through endpoints - ensure PassthroughStandardLoggingPayload is logged and contains method, url, request/response body (#10194) 2025-04-21 19:46:22 -07:00
test_pass_through_unit_tests.py fix test claude-sonnet-4-5-20250929 2025-10-31 18:13:29 -07:00
test_unit_test_anthropic_pass_through.py Fix CI: Revert security scan changes and add GitGuardian ignore rules (#18358) 2025-12-22 17:03:53 -08:00
test_unit_test_passthrough_router.py
test_unit_test_streaming.py [Feat] Pass through endpoints - ensure PassthroughStandardLoggingPayload is logged and contains method, url, request/response body (#10194) 2025-04-21 19:46:22 -07:00
test_vertex_ai_anthropic_streaming_cost_injection.py Add cost tracking for streaming in vertex ai 2025-11-20 15:08:38 +05:30
test_vertex_ai_live_passthrough.py fix test 2025-09-27 02:08:09 +05:30
test_websearch_interception_e2e.py [Feat] Claude Code - Add Websearch support using LiteLLM /search (using web search interception hook) (#19263) 2026-01-16 21:10:05 -08:00