Back to Discover

🚀 Image Information Synthesizer

Information Synthesizer description placeholder

Prompt

Using these DATA from different json files about food event, help me to extract these INFORMATION from the DATA provided if available otherwise return null, return these INFORMATION as json file. Try to reason and combine the keys across the DATA files to provide the correct output information. ### DATA 1 {{ imageInfo1 }} ### DATA 2 {{ imageInfo2 }} ### DATA 3 {{ imageInfo3 }} ### INFORMATION 1. foods: an array of foods available in the image, use simple keyword (Example: hamburger, rice, taco, ...). 2. drinks: an array of drinks available in the image, use simple keyword (Example: beer, wine, orange juice, ...). 3. names: list of potential names of the food provider. 4. locations: an array of locations where the food might taken place. 5. timesAndPlaces: an array of object { location: location where the food taken place (must be 1 of the location in the 'location' array above), start: TIME_INTERFACE, end: TIME_INTERFACE, indicators: an array of words or sentences that could indicate the time the event occurs (example: "Weekday", "only in Weekend", "every Monday",...) } this is the TIME_INTERFACE, format and follow this strictly this interface: { - date: date that event happen, return in dd/mm format (if available), - weekdays: eg monday, tuesday, ..., - time: specific time associate with the date or weekdays } Provide a single json file { result: A JSON for INFORMATION, reason: a text show all your reason to sync data between these DATA files } and nothing else