changed 'workbench' from list to dict to match AssistantAgentConfig schema
Why are these changes needed?
This fixes schema validation error caused by incorrectly setting "workbench" as a list in team.json. The framework expects "workbench" to be a dictionary.
Related issue number
None
Checks
- [x] I've included any doc changes needed for https://microsoft.github.io/autogen/. See CONTRIBUTING.md to build and test documentation locally.
- [x] I've added tests (if relevant) corresponding to the changes introduced in this PR.
- [x] I've made sure all auto checks have passed.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 79.92%. Comparing base (e26bb1c) to head (b80c0aa).
Additional details and impacted files
@@ Coverage Diff @@
## main #6830 +/- ##
=======================================
Coverage 79.92% 79.92%
=======================================
Files 233 233
Lines 18108 18108
=======================================
Hits 14473 14473
Misses 3635 3635
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 79.92% <ø> (ø) |
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.
@sanjiv27 , can you provide more information on this?
The framework expects "workbench" to be a dictionary.
Can you provide a minimum reproducible example?
See here