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
Preview
Component Props
Name | Type | description |
---|---|---|
brand_logo | node | |
flight | object | |
destination | string | |
seats_diagram | string | [{make:"boeing", model:"737"}] |
seats_requested | object | [row:"3",seat:"G"}] |
category | string | |
passengers | string |
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
Model | Version | Tested |
---|---|---|
ChatGPT 0.2 | ✅ | 03/12/2024 |
Claude 1.2 | 03/12/2024 | |
3 + |