diff_design_versions
Compare any two design versions by ID and obtain a unified diff that shows all changes from one to the other.
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 |