Exact request sent to the run panel.
{
"source": "retrieve",
"template": {
"id": "flight_price_tracker",
"slug": "flight-deals",
"name": "Flight Price Sniper",
"categoryId": "DEALS"
},
"inputs": {
"origin": "",
"destination": "",
"dates": "",
"alertPrice": ""
},
"agentHint": "You are tracking flight prices. Adapt to the search interface you encounter.\n\n**TASK CONFIGURATION:**\n- Origin: \n- Destination: \n- Travel Dates: \n- Alert Price: \n\n---\n\n## STEP 1: NAVIGATE TO FLIGHT SEARCH\n\n1. Go to google.com/flights\n2. Wait for search interface to load\n3. **Handle any prompts:**\n - Currency/region selection\n - Cookie consent\n - Sign-in prompts (skip if possible)\n\n---\n\n## STEP 2: CONFIGURE SEARCH\n\n### Set Origin\n1. Find the origin/departure field\n2. Enter: \"\"\n3. Select the correct airport from suggestions\n4. Verify selection\n\n### Set Destination\n1. Find the destination/arrival field\n2. Enter: \"\"\n3. Select the correct airport from suggestions\n4. Verify selection\n\n### Set Dates (if provided)\n**If is provided:**\n1. Find date selection interface\n2. Parse dates from: \"\"\n3. Set departure date\n4. Set return date (if round-trip implied)\n5. Verify dates selected\n\n**If is empty:**\n- Use flexible dates or date grid view\n- Note available date ranges and prices\n\n### Configure Trip Type\n- Determine if round-trip or one-way based on \n- Set accordingly\n\n---\n\n## STEP 3: EXECUTE SEARCH\n\n1. Submit the search\n2. Wait for results to fully load\n3. **Handle loading states:**\n - Wait for price comparison to complete\n - Allow time for all airlines to load\n\n---\n\n## STEP 4: EXTRACT PRICING DATA\n\n### Best Options\nFor top 5-10 flight options:\n- Price (note currency)\n- Airline(s)\n- Departure and arrival times\n- Duration\n- Number of stops\n- Layover locations (if applicable)\n\n### Price Intelligence\n- Cheapest option overall\n- Cheapest non-stop (if available)\n- Price range across options\n- Any \"best value\" indicators shown\n\n### Price Prediction (if available)\n- Is Google showing price prediction?\n- Current price trend (rising/falling/stable)\n- Recommended action (book now/wait)\n\n### Date Flexibility (if visible)\n- Price calendar or graph\n- Cheapest dates nearby\n- Price variation by day\n\n---\n\n## STEP 5: EVALUATE ALERT THRESHOLD\n\n**If is provided:**\n- Compare current best price to \n- Calculate difference\n- Set shouldAlert flag\n\n**Alert Logic:**\n- Current price ≤ : shouldAlert = true\n- Current price > : shouldAlert = false, note gap\n\n---\n\n## STEP 6: REPORT RESULTS\n\n```json\n{\n \"search\": {\n \"origin\": \"\",\n \"originAirport\": \"\",\n \"destination\": \"\",\n \"destinationAirport\": \"\",\n \"dates\": \"\",\n \"tripType\": \"round-trip|one-way\"\n },\n \"pricing\": {\n \"currency\": \"\",\n \"cheapestPrice\": <number>,\n \"cheapestNonstop\": <number or null>,\n \"priceRange\": {\n \"low\": <number>,\n \"high\": <number>\n }\n },\n \"bestOptions\": [\n {\n \"price\": <number>,\n \"airline\": \"\",\n \"departure\": \"\",\n \"arrival\": \"\",\n \"duration\": \"\",\n \"stops\": <number>,\n \"layovers\": []\n }\n ],\n \"pricePrediction\": {\n \"available\": true|false,\n \"trend\": \"rising|falling|stable\",\n \"recommendation\": \"\"\n },\n \"dateFlexibility\": {\n \"cheapestNearbyDate\": \"\",\n \"cheapestNearbyPrice\": <number>\n },\n \"alert\": {\n \"threshold\": ,\n \"currentBest\": <number>,\n \"shouldAlert\": true|false,\n \"gapFromThreshold\": <number>\n },\n \"searchedAt\": \"<timestamp>\"\n}\n```\n\n---\n\n## ADAPTIVE UI HANDLING\n\n- Google Flights UI changes periodically\n- Filter and sort options may be in different locations\n- Price calendar may be expandable\n- Handle both desktop and mobile-style layouts",
"userInput": "You are tracking flight prices. Adapt to the search interface you encounter.\n\n**TASK CONFIGURATION:**\n- Origin: \n- Destination: \n- Travel Dates: \n- Alert Price: \n\n---\n\n## STEP 1: NAVIGATE TO FLIGHT SEARCH\n\n1. Go to google.com/flights\n2. Wait for search interface to load\n3. **Handle any prompts:**\n - Currency/region selection\n - Cookie consent\n - Sign-in prompts (skip if possible)\n\n---\n\n## STEP 2: CONFIGURE SEARCH\n\n### Set Origin\n1. Find the origin/departure field\n2. Enter: \"\"\n3. Select the correct airport from suggestions\n4. Verify selection\n\n### Set Destination\n1. Find the destination/arrival field\n2. Enter: \"\"\n3. Select the correct airport from suggestions\n4. Verify selection\n\n### Set Dates (if provided)\n**If is provided:**\n1. Find date selection interface\n2. Parse dates from: \"\"\n3. Set departure date\n4. Set return date (if round-trip implied)\n5. Verify dates selected\n\n**If is empty:**\n- Use flexible dates or date grid view\n- Note available date ranges and prices\n\n### Configure Trip Type\n- Determine if round-trip or one-way based on \n- Set accordingly\n\n---\n\n## STEP 3: EXECUTE SEARCH\n\n1. Submit the search\n2. Wait for results to fully load\n3. **Handle loading states:**\n - Wait for price comparison to complete\n - Allow time for all airlines to load\n\n---\n\n## STEP 4: EXTRACT PRICING DATA\n\n### Best Options\nFor top 5-10 flight options:\n- Price (note currency)\n- Airline(s)\n- Departure and arrival times\n- Duration\n- Number of stops\n- Layover locations (if applicable)\n\n### Price Intelligence\n- Cheapest option overall\n- Cheapest non-stop (if available)\n- Price range across options\n- Any \"best value\" indicators shown\n\n### Price Prediction (if available)\n- Is Google showing price prediction?\n- Current price trend (rising/falling/stable)\n- Recommended action (book now/wait)\n\n### Date Flexibility (if visible)\n- Price calendar or graph\n- Cheapest dates nearby\n- Price variation by day\n\n---\n\n## STEP 5: EVALUATE ALERT THRESHOLD\n\n**If is provided:**\n- Compare current best price to \n- Calculate difference\n- Set shouldAlert flag\n\n**Alert Logic:**\n- Current price ≤ : shouldAlert = true\n- Current price > : shouldAlert = false, note gap\n\n---\n\n## STEP 6: REPORT RESULTS\n\n```json\n{\n \"search\": {\n \"origin\": \"\",\n \"originAirport\": \"\",\n \"destination\": \"\",\n \"destinationAirport\": \"\",\n \"dates\": \"\",\n \"tripType\": \"round-trip|one-way\"\n },\n \"pricing\": {\n \"currency\": \"\",\n \"cheapestPrice\": <number>,\n \"cheapestNonstop\": <number or null>,\n \"priceRange\": {\n \"low\": <number>,\n \"high\": <number>\n }\n },\n \"bestOptions\": [\n {\n \"price\": <number>,\n \"airline\": \"\",\n \"departure\": \"\",\n \"arrival\": \"\",\n \"duration\": \"\",\n \"stops\": <number>,\n \"layovers\": []\n }\n ],\n \"pricePrediction\": {\n \"available\": true|false,\n \"trend\": \"rising|falling|stable\",\n \"recommendation\": \"\"\n },\n \"dateFlexibility\": {\n \"cheapestNearbyDate\": \"\",\n \"cheapestNearbyPrice\": <number>\n },\n \"alert\": {\n \"threshold\": ,\n \"currentBest\": <number>,\n \"shouldAlert\": true|false,\n \"gapFromThreshold\": <number>\n },\n \"searchedAt\": \"<timestamp>\"\n}\n```\n\n---\n\n## ADAPTIVE UI HANDLING\n\n- Google Flights UI changes periodically\n- Filter and sort options may be in different locations\n- Price calendar may be expandable\n- Handle both desktop and mobile-style layouts",
"urls": [],
"meta": {
"createdAt": "",
"userAgent": ""
}
}