Group of 2 Use it now
No documentation found
The artifact/db write tool's documentation now explains how to delete a field during an update using __delete__
What
The parameter description for the artifact document-write tool (write_db) now documents that, when updating a document, you can remove a field entirely by setting it to {"__delete__": true} in the data/file_path payload.
Why
This makes an existing capability discoverable: previously it wasn't documented how to delete a field via an update, so callers might not have known this shorthand existed.
Names in the bundle__delete__