Get Recommendation History
get_recommendation_historyRetrieve your past recommendation submissions and received model codes, ordered newest first, to review previous explorations and prevent duplicate recommendations.
Instructions
Fetch the caller's past recommendation calls (problems submitted and the model codes that were returned), newest first. Useful for 'what did we explore last time?' and for avoiding re-recommending the same models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return (default 20, max 100) | |
| offset | No | Pagination offset (default 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| limit | Yes | ||
| offset | Yes | ||
| recommendations | Yes |