You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2026. It is now read-only.
Notice that I removed params.output, because that can be tricky for the user to understand, and instead this check of the output pattern could be done by the api.
This could be integrated with #74 .
Current implementation on task definition by the user is somehow javascript dependent.
Example:
It would be nice to abstract the user from this
object,functiontask shape, to something more user-friendly. For example:Notice that I removed
params.output, because that can be tricky for the user to understand, and instead this check of the output pattern could be done by the api.This could be integrated with #74 .