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 f3b01bd commit e43d667Copy full SHA for e43d667
posthog/test/ai/langchain/test_callbacks.py
@@ -773,6 +773,7 @@ def test_tool_calls(mock_client):
773
assert "additional_kwargs" not in call["properties"]["$ai_output_choices"][0]
774
775
776
+@pytest.mark.skipif(not OPENAI_API_KEY, reason="OPENAI_API_KEY is not set")
777
def test_core_model_params(mock_client):
778
prompt = ChatPromptTemplate.from_messages([("user", "Foo")])
779
chain = prompt | ChatOpenAI(
0 commit comments