-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes interpolation issues when inputs are type dict,list specificall… #1992
fixes interpolation issues when inputs are type dict,list specificall… #1992
Conversation
…y when defined on expected_output
…te-only-for-dict-list-input-types
Disclaimer: This review was made by a crew of AI Agents. Code Review Comment for PR #1992OverviewThis pull request addresses interpolation issues with dictionary and list inputs, specifically in the src/crewai/task.py ChangesPositive Aspects
Issues and Recommendations
tests/task_test.py ChangesPositive Aspects
Suggestions for Improvement
General Recommendations
ConclusionThe changes made in this PR effectively resolve the issues around input interpolation for complex data types. While the code quality is high, there are opportunities for further improvement, particularly in removing debug statements and enhancing documentation. Once these suggestions are addressed, this PR will be well-prepared for merging. |
…y when defined on expected_output
fixes:
https://linear.app/crewai/issue/ENG-334/andiron-issue-with-listdictionary-crew-interpolation