-
Notifications
You must be signed in to change notification settings - Fork 44.6k
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
feat(blocks): Add CreateDictionaryBlock and CreateListBlock #8903
feat(blocks): Add CreateDictionaryBlock and CreateListBlock #8903
Conversation
…tured data creation
This PR targets the Automatically setting the base branch to |
✅ Deploy Preview for auto-gpt-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #8903 +/- ##
======================================
Coverage ? 58.16%
======================================
Files ? 106
Lines ? 5765
Branches ? 720
======================================
Hits ? 3353
Misses ? 2306
Partials ? 106
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…dictionary-and-list-with-values2
✅ Deploy Preview for auto-gpt-docs-dev canceled.
|
…dictionary-and-list-with-values2
…dictionary-and-list-with-values2
Though this is technically possible with the AddToDictionary and AddToList Blocks, that approach alone feels like a hidden work-around rather than an intuitive feature, and I'm happy with the duplication in the name of better experience for our users here.
Changes 🏗️
Added CreateDictionaryBlock class that creates a dictionary from the provided key-value pairs.
Added CreateListBlock class that creates a list from the provided values.