Tools / Friendly Face / FlightChangeSeat

FlightChangeSeat

ChatGPT 0.2
Claude 1.2
2+
This tool enables seat selection and changes on commercial flights by connecting to an airline API, delivering timely updates and confirmations of itinerary changes. It covers most active aircraft in service today and includes a generic UI for unsupported planes. Contact our sales team for more information.

Component Overview

Tool preview
1
1
brand_logo
2
2
flight
3
3
destination
4
4
seats_diagram
5
5
seats_requested
6
6
category
7
7
passengers

Preview

Tool preview

Component Props

NameTypedescription
brand_logonode
flightobject
destinationstring
seats_diagramstring[{make:"boeing", model:"737"}]
seats_requestedobject[row:"3",seat:"G"}]
categorystring
passengersstring

AI Schema

The use of LLM Schema helps in smooth data integration across different systems and applications. It provides a common language and framework for sharing and exchanging data, allowing disparate systems to communicate effectively.
1 2 3 4 5 6 7 8 9 10 11 12 13 import z from 'zod'; const recipeSchema = z.object({ recipe: z.object({ name: z.string(), ingredients: z.array( z.object({ name: z.string(), amount: z.string(), }), ), steps: z.array(z.string()), }), });

Works with

ModelVersionTested
ChatGPT 0.203/12/2024
Claude 1.203/12/2024
3 +