We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec4ee52 + a566ced commit 43d860cCopy full SHA for 43d860c
tests/integrations/langchain/test_langchain.py
@@ -225,7 +225,7 @@ def test_langchain_chat_with_run_name(
225
226
chat_spans = list(x for x in tx["spans"] if x["op"] == "gen_ai.chat")
227
assert len(chat_spans) == 1
228
- assert chat_spans[0]["data"]["gen_ai.pipeline.name"] == "my-snazzy-pipeline"
+ assert chat_spans[0]["data"][SPANDATA.GEN_AI_FUNCTION_ID] == "my-snazzy-pipeline"
229
230
231
def test_langchain_tool_call_with_run_name(
0 commit comments