Closed martinezmatias closed 1 month ago
We need to retrieve the IATA code from an airport. Right now, the solution is based on asking to an LLM, but it's quite non deterministic (specially the structure of the answer which complicates the parsing). Potential solutions could be:
Solved using Amadeus API: https://developers.amadeus.com/self-service/category/flights/api-doc/airport-and-city-search/api-reference
We need to retrieve the IATA code from an airport. Right now, the solution is based on asking to an LLM, but it's quite non deterministic (specially the structure of the answer which complicates the parsing). Potential solutions could be: