We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58a60b commit 351475fCopy full SHA for 351475f
tests/integrations/langchain/test_langchain.py
@@ -2306,7 +2306,7 @@ def test_langchain_ai_system_detection(
2306
assert tx["type"] == "transaction"
2307
2308
llm_spans = [
2309
- span for span in tx.get("spans", []) if span.get("op") == "gen_ai.pipeline"
+ span for span in tx.get("spans", []) if span.get("op") == "gen_ai.generate_text"
2310
]
2311
assert len(llm_spans) > 0
2312
0 commit comments