get_rationale
Fetch the one-sentence rationale for why product B is recommended alongside product A. Returns a short merchandiser-grade explanation ('these are commonly bought together by customers buying X') suitable for surfacing in a recommendation tile or chat reply. Use this after get_recommendations / get_bundle_for_cart when the agent or user asks 'why are these recommended together?' or 'explain this pairing'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | The base product id (the antecedent in the recommendation rule). | |
| related_product_id | Yes | The recommended product id (the consequent in the rule). |