| title | CostOptimizationRecommendation |
|---|---|
| description | CostOptimizationRecommendation Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| id | string |
✅ | |
| type | Enum<'switch_model' | 'reduce_tokens' | 'batch_requests' | 'cache_results' | 'adjust_parameters' | 'limit_usage'> |
✅ | |
| title | string |
✅ | |
| description | string |
✅ | |
| estimatedSavings | number |
optional | |
| savingsPercentage | number |
optional | |
| priority | Enum<'low' | 'medium' | 'high'> |
✅ | |
| effort | Enum<'low' | 'medium' | 'high'> |
✅ | |
| actionable | boolean |
optional | |
| actionSteps | string[] |
optional | |
| targetModel | string |
optional | |
| alternativeModel | string |
optional | |
| affectedUsers | string[] |
optional | |
| status | Enum<'pending' | 'accepted' | 'rejected' | 'implemented'> |
optional | |
| implementedAt | string |
optional |