We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9ab84 commit 4497dcfCopy full SHA for 4497dcf
tests/llm_translation/test_anthropic_completion.py
@@ -256,7 +256,6 @@ def test_anthropic_tool_streaming():
256
for chunk in anthropic_chunk_list:
257
parsed_chunk = response_iter.chunk_parser(chunk)
258
if tool_use := parsed_chunk.get("tool_use"):
259
-
260
# We only increment when a new block starts
261
if tool_use.get("id") is not None:
262
correct_tool_index += 1
@@ -967,8 +966,6 @@ def test_anthropic_citations_api_streaming():
967
966
if "citation" in provider_specific_fields:
968
has_citations = True
969
970
- assert "chunk_type" in provider_specific_fields
971
972
assert has_citations
973
974
0 commit comments