Skip to content
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

Support Structure kwargs, Task args/kwargs #1598

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

collindutter
Copy link
Member

@collindutter collindutter commented Jan 21, 2025

Describe your changes

Changed

  • BaseTask.run now accepts args and kwargs which are added to the Task's context under args and kwargs keys.
  • Structure.run now accepts kwargs which is added to the Task's context under kwargs key.

Issue ticket number and link

Closes #1597


📚 Documentation preview 📚: https://griptape--1598.org.readthedocs.build//1598/

Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@collindutter collindutter modified the milestone: 1.3 Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Structure/Task Run Args/Kwargs
2 participants