forked from phoenix/litellm-mirror
(test) langfuse - set custom trace_id
This commit is contained in:
parent
8ae4554a8a
commit
84fbc903aa
1 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue