Improvement #29635
openCode Review, Upgrade and changes in Prompt of Email Boat
Added by Vivek V 5 months ago. Updated 4 months ago.
91%
Updated by Sachin Suresh 5 months ago
- Status changed from Assigned to In Progress
Updated by Sachin Suresh 5 months ago
- Status changed from In Progress to On hold
Updated by Sachin Suresh 5 months ago
- Status changed from On hold to In Progress
Updated by Sachin Suresh 5 months ago
- % Done changed from 0 to 70
prompt improvement and promt size has been reduced
found issues with ai to to produce random number,logic implemented in node itself
Updated by Sachin Suresh 5 months ago
- Status changed from In Progress to On hold
Updated by Sachin Suresh 5 months ago
- Status changed from On hold to In Progress
Updated by Sachin Suresh 5 months ago
As discussed with ifthik it is decided to re implenet the Email bot
as 4 modules
1>Email process
2>Extract details from Email using AI
3>Get flight results from api
4>process and replay mail
As this project is not based on Gmail ,its difficult to add new features and maintain code
Updated by Sachin Suresh 5 months ago
2>prompt to flight search data implementation is in progress
the api takes data as
api/search/getParams?prompt=I need a flight on next christmas day from Dubai to kuwait for me and my child&isUrlOnly=false
and return a well structed data for flight search api
1>the airport name is fetched from elastic service after extracting raw city name or country name using gemini
2>date is formatted to ddMMMYYY format using chrono to reduce ai load and responce size
3>the journey object lopped to get round trip search data
4>all validation of minimum fields are added
As of now unit testing for different prompts w
Updated by Sachin Suresh 5 months ago
Need to make a logging service so we can monitor success and fail casess
Updated by Sachin Suresh 5 months ago
As of now currently working on search and logs viewer html for debugging purpose
Updated by Arun S 5 months ago
- For the below prompt, search should go for COK - DXB, for 27 January 2026
- Need flight from Kochi, India to Dubai for 27 January 2026
- Need flight from cochin international airport to Dubai for 27 January 2026
- For the below prompt, search should go for London, All Airport - DXB, for 27 January 2026
- Need flight from London to Dubai for 27 January 2026
- PROMPT: I want a round trip journey.
From: Mumbai (BOM)
To: Singapore (SIN)
Depart: 10-Jan-2026
Return: 18-Jan-2026
Passengers: 2 Adults, Business class
Search is going for Economy class, Correct it.
- PROMPT : wants to fly across three cities.
Segment 1: Delhi (DEL) → Bangkok (BKK), 5-Feb-2026
Segment 2: Bangkok (BKK) → Seoul (ICN), 10-Feb-2026
Segment 3: Seoul (ICN) → Delhi (DEL), 16-Feb-2026
Passengers: 1 Adult
Search should happen for multi city, not for one way
- Find me the cheapest flight from Chennai to Dubai next Friday evening for two people need direct flight
Should get direct and cheapest flight. Now we are getting the error "Server Error: aiParams.DirectFlight.toLowerCase is not a function"
- Book the cheapest round-trip flights from Dubai to Mumbai in December 10 coming back January 2 on flydubai
- Book a business class flight for Kuwait to dubai on 12december 25 and economy flight for dubai to muscat on 23december 25
- send me quote for Kuwait airways travel to London from Kuwait on business class on 23 December
Updated by Sachin Suresh 5 months ago
ifthik comments
book flight dubai to kuwait economy class one way 2dec2025 passed
book refundable flights with from Chicago to San Francisco tomorrow morning Not passed
Search for the cheapest round-trip flights from Dubai to Mumbai in December 10 coming back January 2 Passed
Book me direct flights from Kuwait to cairo leaving on January 15 "Server Error: aiParams.DirectFlight.toLowerCase is not a function"
Book the cheapest round-trip flights from Dubai to Mumbai in December 10 coming back January 2 on flydubai "No Flights Found"
Book a business class flight for Kuwait to dubai on 12december 25 and economy flight for dubai to muscat on 23december 25 "AI Extraction Failed
Could not understand the flight request. Validation failed after all retries."
send me quote for Kuwait airways travel to London from Kuwait on business class on 23 December "No Flights Found"