LangChain Chain Model Reporting#1748
Conversation
✅MegaLinter analysis: Success
Notices📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining See detailed reports in MegaLinter artifacts
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1748 +/- ##
==========================================
- Coverage 82.08% 82.03% -0.06%
==========================================
Files 215 215
Lines 26324 26403 +79
Branches 4153 4169 +16
==========================================
+ Hits 21609 21660 +51
- Misses 3300 3321 +21
- Partials 1415 1422 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This reverts commit 3c10f03.
4761cb3 to
56c873a
Compare
hmstepanek
left a comment
There was a problem hiding this comment.
I'm trying to wrap my head around why we need this callback pattern but I really don't understand. Can't we just call the function where we need it after we get the response back instead of all this passing around of a handler callback function and class?

Overview