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

[playground] accumulate errors while parsing span attributes for prompt playground #4922

Closed
Tracked by #4886
Parker-Stafford opened this issue Oct 8, 2024 · 1 comment
Assignees
Labels

Comments

@Parker-Stafford
Copy link
Contributor

Parker-Stafford commented Oct 8, 2024

Accumulate errors while trying to parse span attributes to pre-populate the playground for span replay.

Attempt to parse span attributes starting with the most important and most strict parsing, accumulating any errors and falling back to less strict parsing.

Things to parse and order of priority:

  • inputs
    • input_messages (single part content)
    • input.value
  • outputs
    • output_messages (single part)
    • output.value
  • invocation parameters
  • prompt template variables
  • tools
@Parker-Stafford
Copy link
Contributor Author

completed in #4941

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant