Open nalbion opened 9 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Hey @nalbion, can you take a look at the Python SDK? The way it implements the task_handler is by using a Task
class, rather than specifying the task_id and task_input in the handler. Perhaps we can change this to match that implementation for more consistency across the repositories?
TaskInput here is any, so you can theoretically include taskID in the any or dict
Pull Request
Description
task/step input were being confused with additional_input
Checklist
Please review and check the following items to ensure your pull request can be processed smoothly:
[x] My code adheres to the project's coding standards and style guidelines.
[ ] I have tested my changes thoroughly, including unit tests where applicable.
[x] I have updated the documentation to reflect any changes made in this pull request.
[x] My branch is up-to-date with the latest changes from the main branch.
[ ] I have received code review feedback and addressed any comments or concerns.