mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-27 01:22:18 +00:00
Per Bugbot, MIN_STREAM_EVENTS=4 is below the buffered-proxy baseline for
tool-use streaming: even a buffered wire produces ~5 stream-json records
(system + assistant w/ tool_use + user tool_result + assistant text +
result), so the < 4 check would silently pass for a regression that
collapses the upstream stream. Bring azure / bedrock_invoke /
bedrock_converse / vertex_ai in line with test_anthropic.py (MIN=8,
already raised in
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_anthropic.py | ||
| test_azure.py | ||
| test_bedrock_converse.py | ||
| test_bedrock_invoke.py | ||
| test_vertex_ai.py | ||