{"files":{"SKILL.md":"---\nname: flight-choice-prediction\ndescription: \"Flight Choice Prediction API skill. Use when working with Flight Choice Prediction for shopping. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Flight Choice Prediction\nAPI version: 2.0.2\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://test.api.amadeus.com/v2\n\n## Setup\n1. No auth setup needed\n2. Verify API access with a test request\n3. POST /shopping/flight-offers/prediction -- create first prediction\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Shopping\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /shopping/flight-offers/prediction | Predict the choice of flight offers. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a prediction?\" -> POST /shopping/flight-offers/prediction\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n- Error responses include status codes and descriptions in the spec\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Flight Choice Prediction\n@base https://test.api.amadeus.com/v2\n@version 2.0.2\n@endpoints 1\n@toc shopping(1)\n\n@endpoint POST /shopping/flight-offers/prediction\n@desc Predict the choice of flight offers.\n@required {body: any}\n@returns(200) Flight Offers Search Reply with prediction\n@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 32171   | MANDATORY DATA MISSING, 500: Unexpected error}\n\n@end\n"}}