Skip to content

Commit

Permalink
fix: broken merge
Browse files Browse the repository at this point in the history
  • Loading branch information
k11kirky committed Jan 17, 2025
1 parent af8a5d4 commit 46c5195
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posthog/test/ai/langchain/test_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,6 @@ async def test_async_anthropic_streaming(mock_client):
assert first_call_props["$ai_http_status"] == 200
assert first_call_props["$ai_input_tokens"] == 17
assert first_call_props["$ai_output_tokens"] is not None
assert call["properties"]["$ai_output"] is None


def test_tool_calls(mock_client):
Expand Down

0 comments on commit 46c5195

Please sign in to comment.