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
fix(run): allow caller-supplied taskUUID instead of always generating (#66)
The API supports caller-provided task identifiers but the CLI rejected taskUUID as a reserved field. Demote taskUUID from Protected to auto-only so it is still excluded from completions and validation but no longer blocked as a key=value argument. If the caller supplies an invalid UUID, Run returns an error before submitting.
Closes RUN-10706
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
0 commit comments