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

extension code for prompty and promptflow tracing #122

Open
lenisha opened this issue Oct 31, 2024 · 0 comments
Open

extension code for prompty and promptflow tracing #122

lenisha opened this issue Oct 31, 2024 · 0 comments

Comments

@lenisha
Copy link
Member

lenisha commented Oct 31, 2024

Extension generates Prompty code iwith tracing enabled, but promptflow code does not have tracing enabled.

When added similar @trace annotation to promptflow

from prompty.tracer import trace, Tracer, console_tracer, PromptyTracer
json_tracer = PromptyTracer()
Tracer.add("PromptyTracer", json_tracer.tracer)


@tool
@trace
def flow_entry(    
      image_path: any
) -> str:

tracy file does not have much details:

Image

@lenisha lenisha changed the title extension code ffor prompty and promptflow tracing extension code for prompty and promptflow tracing Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant