docs(langfuse_integration.md): cleanup docs

This commit is contained in:
Krrish Dholakia 2024-05-15 07:37:04 -07:00
parent 8117af664c
commit 1a3b001432

View file

@ -148,7 +148,7 @@ print(response)
#### Trace Specific Parameters
* `trace_id` - Identifier for the trace, must use `existing_trace_id` instead or in conjunction with `trace_id` if this is an existing trace, auto-generated by default
* `trace_id` - Identifier for the trace, must use `existing_trace_id` instead of `trace_id` if this is an existing trace, auto-generated by default
* `trace_name` - Name of the trace, auto-generated by default
* `session_id` - Session identifier for the trace, defaults to `None`
* `trace_version` - Version for the trace, defaults to value for `version`