We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac8a1d commit 503b28cCopy full SHA for 503b28c
1 file changed
tests/integrations/langchain/test_langchain.py
@@ -153,7 +153,7 @@ def test_langchain_text_completion(
153
assert tx["type"] == "transaction"
154
155
llm_spans = [
156
- 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"
157
]
158
assert len(llm_spans) > 0
159
0 commit comments