You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using the OpenAI Completion API and have included a trace_id in my request. However, I’m not seeing the trace_id in the response. I expected the trace_id to be echoed back in the response for tracking purposes. im using langfuse for the callback as a proxy.
Here’s a summary of what I’ve done:
Request: I’m passing the trace_id as part of the request payload.
Response: The response does not include the trace_id.
Could someone please confirm if the trace_id is supposed to be included in the response? If it is, could there be any issues or additional steps I need to consider?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I’m using the OpenAI Completion API and have included a trace_id in my request. However, I’m not seeing the trace_id in the response. I expected the trace_id to be echoed back in the response for tracking purposes. im using langfuse for the callback as a proxy.
Here’s a summary of what I’ve done:
Request: I’m passing the trace_id as part of the request payload.
Response: The response does not include the trace_id.
Could someone please confirm if the trace_id is supposed to be included in the response? If it is, could there be any issues or additional steps I need to consider?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions