Description
Is your feature request related to a problem? Please describe.
I want instant feedback after running a deployed prompt so I can put it in my database.
I currently need to keep polling for the azure insights to find the data I want so I need a background job to update the table.
Describe the solution you'd like
Make it possible to output the trace as part of the endpoint response. This way when I get the results I also have the telemetry so I can apply to tables along with results.
Describe alternatives you've considered
I have created a background worker to keep polling the azure insights for the prompt event which adds unnecessary complexity. It would be much easier if I can get the data immediately.
Additional context
This is a deployed endpoint.