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 515579e commit ce892b8Copy full SHA for ce892b8
posthog/test/ai/langchain/test_callbacks.py
@@ -679,7 +679,6 @@ def test_tool_calls(mock_client):
679
680
assert mock_client.capture.call_count == 1
681
call = mock_client.capture.call_args[1]
682
- print(call["properties"]["$ai_output"]["choices"])
683
assert call["properties"]["$ai_output"]["choices"][0]["tool_calls"] == [
684
{
685
"type": "function",
0 commit comments