litellm/litellm/integrations/websearch_interception
Sameer Kankute cb057ad44b
fix(websearch_interception): ensure spend/cost logging runs when stream=True
The deployment hook now converts stream=True→False in wrapper_async's
scope so the streaming early-return path is skipped and logging executes.
logging_obj.stream is synced after the hook, and the original stream
intent is recovered for the short-circuit path.

Made-with: Cursor
2026-04-09 18:48:38 +05:30
..
__init__.py
ARCHITECTURE.md
handler.py fix(websearch_interception): ensure spend/cost logging runs when stream=True 2026-04-09 18:48:38 +05:30
tools.py style: run black formatter on entire codebase 2026-03-11 17:07:57 -03:00
transformation.py style: run black formatter on entire codebase 2026-03-11 17:07:57 -03:00