Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Get tracing info via python interface #3905

Open
derkmus-tomtom opened this issue Jan 7, 2025 · 0 comments
Open

[Feature Request] Get tracing info via python interface #3905

derkmus-tomtom opened this issue Jan 7, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@derkmus-tomtom
Copy link

derkmus-tomtom commented Jan 7, 2025

Is your feature request related to a problem? Please describe.
Currently it is possible to view tracing of e.g. an LLM call via an UI. It is not possible, as far as I know, to get this info with some calls in your python script.

So I am talking about getting the info that is in the UI for example here: https://github.com/microsoft/promptflow/blob/main/examples/tutorials/tracing/llm/trace-llm.ipynb. There are no calls to pf.run, so you cannot use pf.get_details

Describe the solution you'd like
A promptflow function that you can call with a trace id that returns the info that you can find in the trace UI

Additional context
Image

@derkmus-tomtom derkmus-tomtom added the enhancement New feature or request label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant