camel
camel copied to clipboard
[BUG] outdated colab notebook for workforce
Required prerequisites
- [x] I have read the documentation https://camel-ai.github.io/camel/camel.html.
- [x] I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
- [ ] Consider asking first in a Discussion.
What version of camel are you using?
NA
System information
NA
Problem description
We need to update this cookbook with the right imports and fix format for additional_info Link - https://colab.research.google.com/drive/18ajYUMfwDx3WyrjHow3EvUMpKQDcrLtr?usp=sharing
Currently imports as
from camel.workforce import Workforce
Change to
from camel.societies.workforce import Workforce
Change additional_info to Optional[dict] format
Reproducible example code
NA
Traceback
Expected behavior
No response
Additional context
No response
@JINO-ROHIT thanks for reporting this bug!