Langchain/langgraph integration document#143
Langchain/langgraph integration document#143Daiwik-1901 wants to merge 3 commits intoopenkruise:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #143 +/- ##
=======================================
Coverage 53.16% 53.16%
=======================================
Files 94 94
Lines 5359 5359
=======================================
Hits 2849 2849
Misses 2282 2282
Partials 228 228
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@furykerry Apologies for the confusion earlier — thanks for your patience. I’ve updated the examples to use the correct SDK APIs, and this version should work reliably even in a clean, minimal setup, let me know if encounter any other issue. |
|
sorry for the failed cases I am open for suggestion to fix it. |
Ⅰ. Describe what this PR does
Updates outdated E2B Python examples to use the current
e2b-code-interpreterAPI so they run correctly.Ⅱ. Does this pull request fix one issue?
NONE
Ⅲ. Describe how to verify it
Run the updated examples in a clean environment; they should execute without errors.
Ⅳ. Special notes for reviews
Documentation-only change; aligns examples with the latest SDK behavior.