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 af8a5d4 commit 46c5195Copy full SHA for 46c5195
posthog/test/ai/langchain/test_callbacks.py
@@ -731,7 +731,6 @@ async def test_async_anthropic_streaming(mock_client):
731
assert first_call_props["$ai_http_status"] == 200
732
assert first_call_props["$ai_input_tokens"] == 17
733
assert first_call_props["$ai_output_tokens"] is not None
734
- assert call["properties"]["$ai_output"] is None
735
736
737
def test_tool_calls(mock_client):
0 commit comments