(test) langfuse - set custom trace_id

This commit is contained in:
ishaan-jaff 2023-12-30 20:19:22 +05:30
parent 8ae4554a8a
commit 84fbc903aa

View file

@ -231,6 +231,10 @@ def test_langfuse_logging_custom_generation_name():
"langfuse/foo": "bar",
"langsmith/fizz": "buzz",
"prompt_hash": "asdf98u0j9131123",
"generation_name": "ishaan-test-generation",
"generation_id": "gen-id22",
"trace_id": "trace-id22",
"trace_user_id": "user-id2",
},
)
print(response)
@ -241,7 +245,7 @@ def test_langfuse_logging_custom_generation_name():
print(e)
# test_langfuse_logging_custom_generation_name()
test_langfuse_logging_custom_generation_name()
@pytest.mark.skip(reason="beta test - checking langfuse output")