We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1414cb3 commit 8b9a55fCopy full SHA for 8b9a55f
openlayer/tracing/tracer.py
@@ -78,6 +78,7 @@ def create_step(
78
"latencyColumnName": "latency",
79
"costColumnName": "cost",
80
"numOfTokenColumnName": "tokens",
81
+ "timestampColumnName": "inferenceTimestamp",
82
}
83
if isinstance(new_step, steps.ChatCompletionStep):
84
config.update(
@@ -155,6 +156,7 @@ def process_trace_for_upload(
155
156
157
trace_data = {
158
**input_variables,
159
+ "inferenceTimestamp": root_step.start_time,
160
"output": root_step.output,
161
"groundTruth": root_step.ground_truth,
162
"latency": root_step.latency,
0 commit comments