Skip to content

Commit

Permalink
Merge branch 'main' into from_component
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje authored Dec 18, 2024
2 parents d83ca13 + 58d9b57 commit 6341268
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/components/generators/anthropic/test_anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,12 @@ def test_convert_anthropic_chunk_to_streaming_chunk(self):
"model": "claude-3-5-sonnet-20240620",
"stop_reason": None,
"stop_sequence": None,
"usage": {"input_tokens": 25, "output_tokens": 1},
"usage": {
"input_tokens": 25,
"output_tokens": 1,
"cache_creation_input_tokens": None,
"cache_read_input_tokens": None,
},
},
}

Expand Down

0 comments on commit 6341268

Please sign in to comment.