Skip to content

chore: better linking between a swebench run and its langsmith trace #761

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

Merged
merged 3 commits into from
Mar 5, 2025

Conversation

jemeza-codegen
Copy link
Contributor

Motivation

Currently there isn't a good way to find a langsmith trace given a run_id and instance_id

Content

Testing

Please check the following before marking your PR as ready for review

  • I have added tests for my changes
  • I have updated the documentation or added new documentation as needed

@jemeza-codegen jemeza-codegen requested review from codegen-team and a team as code owners March 5, 2025 20:08
@jemeza-codegen jemeza-codegen merged commit 0af487f into develop Mar 5, 2025
17 of 18 checks passed
@jemeza-codegen jemeza-codegen deleted the jmeza-better-langsmith-tracing branch March 5, 2025 22:31
Copy link
Contributor

github-actions bot commented Mar 6, 2025

🎉 This PR is included in version 0.46.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@codegen-team
Copy link
Contributor

Import Cycle Analysis - GitHub Check

⚠️ Potentially Problematic Import Cycles

Cycles with mixed static and dynamic imports, which might recquire attention.

Problematic Cycle 1

From: src/codegen/sdk/typescript/interface.py
To: src/codegen/sdk/typescript/detached_symbols/code_block.py

  • Static imports: 1
  • Dynamic imports: 1

From: src/codegen/sdk/typescript/detached_symbols/promise_chain.py
To: src/codegen/sdk/core/statements/statement.py

  • Static imports: 1
  • Dynamic imports: 1

From: src/codegen/sdk/core/parser.py
To: src/codegen/sdk/core/expressions/placeholder_type.py

  • Static imports: 1
  • Dynamic imports: 1

From: src/codegen/sdk/core/parser.py
To: src/codegen/sdk/core/statements/symbol_statement.py

  • Static imports: 1
  • Dynamic imports: 1

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

Successfully merging this pull request may close these issues.

3 participants