Under the hood
upload_asset responses now also include a written url field alongside the existing asset_upload data
What
When the upload_asset action of the artifact tool completes, its response now includes an extra written: { url } object alongside the existing asset_upload payload.
Why
This gives callers of upload_asset an additional, more direct way to get the resulting URL from the response.