added TextMessage dependency in custom-agents.ipynb
Why are these changes needed?
Related issue number
Closes #6277
Checks
- [ ] I've included any doc changes needed for https://microsoft.github.io/autogen/. See https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md to build and test documentation locally.
- [ ] I've added tests (if relevant) corresponding to the changes introduced in this PR.
- [ ] I've made sure all auto checks have passed.
@swapnilxi , it seems your changes may have corrupted the notebook. Can you confirm the notebook is valid at your end?
adding that line worked fine for me for the missing depencency
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.27%. Comparing base (
eca80ff) to head (fd37b42). Report is 75 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #6276 +/- ##
=======================================
Coverage 77.27% 77.27%
=======================================
Files 200 200
Lines 14322 14322
=======================================
Hits 11068 11068
Misses 3254 3254
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 77.27% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
This is what I meant.
We can create a new PR with the changes and a valid notebook.
Will close this out for now.