delimit_explain
Generate human-readable explanations of API changes by comparing OpenAPI specifications. Use templates for developers, team leads, product documentation, migration guides, changelogs, PR comments, and Slack notifications.
Instructions
Generate a human-readable explanation of API changes.
7 templates: developer, team_lead, product, migration, changelog, pr_comment, slack.
Args: old_spec: Path to the old OpenAPI spec file. new_spec: Path to the new OpenAPI spec file. template: Template name (default: developer). old_version: Previous version string. new_version: New version string. api_name: API/service name for context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_spec | Yes | ||
| new_spec | Yes | ||
| template | No | developer | |
| old_version | No | ||
| new_version | No | ||
| api_name | No |