Improvement #29635
openCode Review, Upgrade and changes in Prompt of Email Boat
61%
Updated by Sachin Suresh 17 days ago
- Status changed from Assigned to In Progress
Updated by Sachin Suresh 16 days 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 10 days 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 6 days 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