diff_design_versions
Compare two versions of a 3D design by providing their version IDs to see changes in a unified diff format.
Instructions
Compute a unified diff between two design versions.
Version IDs are interpreted as ``<design_id>:<version_number>``
(e.g. ``my-coaster:2``). If no colon is present the string is
treated as a plain version number and the tool will attempt to
locate a design that contains that version.
Args:
version_id_a: The "from" version in ``design_id:N`` format.
version_id_b: The "to" version in ``design_id:N`` format.
Returns:
A unified diff string showing changes from version A to B.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version_id_a | Yes | ||
| version_id_b | Yes |