This commit is contained in:
Ishaan Jaffer 2026-01-16 21:08:42 -08:00
parent a58726cb93
commit 746c9cd385

View file

@ -1929,6 +1929,7 @@ class BaseLLMHTTPHandler:
# used for logging + cost tracking
logging_obj.model_call_details["httpx_response"] = response
initial_response: Union[AsyncIterator, AnthropicMessagesResponse]
if stream:
completion_stream = anthropic_messages_provider_config.get_async_streaming_response_iterator(
model=model,