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 46c5195 commit 0601945Copy full SHA for 0601945
posthog/test/ai/langchain/test_callbacks.py
@@ -760,7 +760,7 @@ def test_tool_calls(mock_client):
760
761
assert mock_client.capture.call_count == 1
762
call = mock_client.capture.call_args[1]
763
- assert call["properties"]["$ai_output"]["choices"][0]["tool_calls"] == [
+ assert call["properties"]["$ai_output_choices"][0]["tool_calls"] == [
764
{
765
"type": "function",
766
"id": "123",
0 commit comments