You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this issue is to develop a prototype engine that calculates a proxy price for the travel plan generated by the LLM. The calculated price should primarily consider flight and accommodation costs. The engine should use a unified API for obtaining hotel and flight prices, starting with TripAdvisor as the initial choice. The ultimate target is to fetch flight prices from Skyscanner and hotel prices from Booking.com and Airbnb. Additionally, the prototype should display links to the selected flights and hotels on the frontend of the travel plan.
Features to Implement:
Proxy Price Calculation: Develop a mechanism within the engine that computes an estimated cost for the travel plan based on the flight and accommodation expenses.
Unified API Integration: Initially, integrate the engine with the TripAdvisor API to retrieve hotel and flight prices. The engine should be designed with flexibility to later incorporate Skyscanner API for flights and Booking.com and Airbnb APIs for hotels.
Flight Price Retrieval: Implement functionality to fetch flight prices from the appropriate API (e.g., Skyscanner) based on the user's specified travel dates and destinations.
Hotel Price Retrieval: Implement functionality to retrieve hotel prices from the selected API(s) (e.g., Booking.com and Airbnb) based on the user's desired accommodation options.
Frontend Link Generation: Ensure that the prototype generates relevant links to the chosen flights and hotels on the travel plan frontend. These links will provide users with direct access to booking options.
The text was updated successfully, but these errors were encountered:
Objective:
The goal of this issue is to develop a prototype engine that calculates a proxy price for the travel plan generated by the LLM. The calculated price should primarily consider flight and accommodation costs. The engine should use a unified API for obtaining hotel and flight prices, starting with TripAdvisor as the initial choice. The ultimate target is to fetch flight prices from Skyscanner and hotel prices from Booking.com and Airbnb. Additionally, the prototype should display links to the selected flights and hotels on the frontend of the travel plan.
Features to Implement:
Proxy Price Calculation: Develop a mechanism within the engine that computes an estimated cost for the travel plan based on the flight and accommodation expenses.
Unified API Integration: Initially, integrate the engine with the TripAdvisor API to retrieve hotel and flight prices. The engine should be designed with flexibility to later incorporate Skyscanner API for flights and Booking.com and Airbnb APIs for hotels.
Flight Price Retrieval: Implement functionality to fetch flight prices from the appropriate API (e.g., Skyscanner) based on the user's specified travel dates and destinations.
Hotel Price Retrieval: Implement functionality to retrieve hotel prices from the selected API(s) (e.g., Booking.com and Airbnb) based on the user's desired accommodation options.
Frontend Link Generation: Ensure that the prototype generates relevant links to the chosen flights and hotels on the travel plan frontend. These links will provide users with direct access to booking options.
The text was updated successfully, but these errors were encountered: