three_way_merge
Perform a three-way merge of base, ours, and theirs. Conflicts are marked with standard diff3 conflict markers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Common ancestor text | |
| ours | Yes | Our version of the text | |
| theirs | Yes | Their version of the text | |
| ours_label | No | Label for ours in conflict markers (default "ours") | |
| theirs_label | No | Label for theirs in conflict markers (default "theirs") |