Skip to content

Commit 5405e44

Browse files
committed
fix: always miss two*
1 parent 0601945 commit 5405e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/test/ai/langchain/test_callbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,4 +770,4 @@ def test_tool_calls(mock_client):
770770
},
771771
}
772772
]
773-
assert "additional_kwargs" not in call["properties"]["$ai_output"]["choices"][0]
773+
assert "additional_kwargs" not in call["properties"]["$ai_output_choices"][0]

0 commit comments

Comments
 (0)