-
Notifications
You must be signed in to change notification settings - Fork 44.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
fix(backend): Improve typing for blocks StepThroughItemsBlock, CountdownTimerBlock, AddToListBlock, AddToDictionaryBlock #8713
Conversation
…milmajdy/fix-iteration-and-timer-block
…:Significant-Gravitas/AutoGPT into zamilmajdy/fix-iteration-and-timer-block
…ownTimerBlock, AddToListBlock, AddToDictionaryBlock
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
✅ Deploy Preview for auto-gpt-docs canceled.
|
…ting-dictionary-and-list-with-values
…ting-dictionary-and-list-with-values
This addresses #8679 & #8676
Some list & dictionary blocks mix the types with None or other types, making the input rendered as an any / free-text input field instead of proper array & key-value input.
Changes 🏗️
Improve typing for blocks StepThroughItemsBlock, CountdownTimerBlock, AddToListBlock, AddToDictionaryBlock
Checklist 📋
For code changes:
Example test plan
For configuration changes:
.env.example
is updated or already compatible with my changesdocker-compose.yml
is updated or already compatible with my changesExamples of configuration changes