delimit_explain
Generate human-readable explanations of API changes using customizable templates for different audiences like developers, team leads, or changelogs.
Instructions
Generate a human-readable explanation of API changes.
7 templates: developer, team_lead, product, migration, changelog, pr_comment, slack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_spec | Yes | Path to the old OpenAPI spec file. | |
| new_spec | Yes | Path to the new OpenAPI spec file. | |
| template | No | Template name (default: developer). | developer |
| old_version | No | Previous version string. | |
| new_version | No | New version string. | |
| api_name | No | API/service name for context. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||