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 · 1 comment
Open

extension code for prompty and promptflow tracing #122

lenisha opened this issue Oct 31, 2024 · 1 comment
Assignees
Labels
extension Related to the Prompty VS Code Extension

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
@sethjuarez
Copy link
Member

OH! Will fix - looks like the PF code emitted is out of date.

@sethjuarez sethjuarez self-assigned this Jan 9, 2025
@sethjuarez sethjuarez added the extension Related to the Prompty VS Code Extension label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension Related to the Prompty VS Code Extension
Projects
None yet
Development

No branches or pull requests

2 participants