litellm/tests/claude_code/tool_use_streaming
Cursor Agent 0bfab91ec9
tests(claude_code): bugbot — raise MIN_STREAM_EVENTS for tool-use streaming on remaining 4 providers
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 a253bd940b) so every provider catches the regression
this row is designed to detect.

Co-authored-by: Mateo Wang <mateo-berri@users.noreply.github.com>
2026-05-22 00:28:39 +00:00
..
__init__.py compat-matrix: parallel-fanout refactor + 5 new feature dirs + rate limiter 2026-05-06 23:31:19 +00:00
test_anthropic.py tests(claude_code): raise MIN_STREAM_EVENTS floor for tool-use streaming 2026-05-19 06:19:25 +00:00
test_azure.py tests(claude_code): bugbot — raise MIN_STREAM_EVENTS for tool-use streaming on remaining 4 providers 2026-05-22 00:28:39 +00:00
test_bedrock_converse.py tests(claude_code): bugbot — raise MIN_STREAM_EVENTS for tool-use streaming on remaining 4 providers 2026-05-22 00:28:39 +00:00
test_bedrock_invoke.py tests(claude_code): bugbot — raise MIN_STREAM_EVENTS for tool-use streaming on remaining 4 providers 2026-05-22 00:28:39 +00:00
test_vertex_ai.py tests(claude_code): bugbot — raise MIN_STREAM_EVENTS for tool-use streaming on remaining 4 providers 2026-05-22 00:28:39 +00:00