(docs) Add session_id to Langfuse doc

This commit is contained in:
David Manouchehri 2024-02-05 15:21:05 -05:00
parent 26e68c3f67
commit c77deb12b3
No known key found for this signature in database

View file

@ -122,6 +122,7 @@ response = completion(
"generation_id": "gen-id22", # set langfuse Generation ID
"trace_id": "trace-id22", # set langfuse Trace ID
"trace_user_id": "user-id2", # set langfuse Trace User ID
"session_id": "session-1", # set langfuse Session ID
},
)