diff --git a/src/main/java/com/ioa/IoASystem.java b/src/main/java/com/ioa/IoASystem.java index f306842..3ec8824 100644 --- a/src/main/java/com/ioa/IoASystem.java +++ b/src/main/java/com/ioa/IoASystem.java @@ -109,27 +109,27 @@ public class IoASystem { Arrays.asList("webSearch", "getNewsUpdates", "scheduleAppointment")), new Task("task6", "Assist in planning a multi-city European vacation for a family of four", Arrays.asList("travel", "family planning"), - Arrays.asList("bookTravel", "calculateDistance", "getWeather", "findRestaurants")) + Arrays.asList("bookTravel", "calculateDistance", "getWeather", "findRestaurants")), - // new Task("task7", "Organize an international tech conference with virtual and in-person components", - // Arrays.asList("event planning", "tech expertise", "marketing", "travel coordination", "content creation"), - // Arrays.asList("scheduleAppointment", "webSearch", "bookTravel", "getWeather", "findRestaurants", "getNewsUpdates")), + new Task("task7", "Organize an international tech conference with virtual and in-person components", + Arrays.asList("event planning", "tech expertise", "marketing", "travel coordination", "content creation"), + Arrays.asList("scheduleAppointment", "webSearch", "bookTravel", "getWeather", "findRestaurants", "getNewsUpdates")), - // new Task("task8", "Develop and launch a multi-lingual mobile app for sustainable tourism", - // Arrays.asList("software development", "travel", "language expertise", "environmental science", "user experience design"), - // Arrays.asList("webSearch", "translate", "getWeather", "findRestaurants", "getNewsUpdates", "compareProductPrices")), + new Task("task8", "Develop and launch a multi-lingual mobile app for sustainable tourism", + Arrays.asList("software development", "travel", "language expertise", "environmental science", "user experience design"), + Arrays.asList("webSearch", "translate", "getWeather", "findRestaurants", "getNewsUpdates", "compareProductPrices")), - // new Task("task9", "Create a comprehensive health and wellness program for a large corporation, including mental health support", - // Arrays.asList("health", "nutrition", "psychology", "corporate wellness", "data analysis"), - // Arrays.asList("findFitnessClasses", "getRecipe", "setReminder", "getWeather", "scheduleAppointment", "getFinancialAdvice")), + new Task("task9", "Create a comprehensive health and wellness program for a large corporation, including mental health support", + Arrays.asList("health", "nutrition", "psychology", "corporate wellness", "data analysis"), + Arrays.asList("findFitnessClasses", "getRecipe", "setReminder", "getWeather", "scheduleAppointment", "getFinancialAdvice")), - // new Task("task10", "Plan and execute a global product launch campaign for a revolutionary eco-friendly technology", - // Arrays.asList("marketing", "environmental science", "international business", "public relations", "social media"), - // Arrays.asList("webSearch", "getNewsUpdates", "scheduleAppointment", "translate", "compareProductPrices", "bookTravel")), + new Task("task10", "Plan and execute a global product launch campaign for a revolutionary eco-friendly technology", + Arrays.asList("marketing", "environmental science", "international business", "public relations", "social media"), + Arrays.asList("webSearch", "getNewsUpdates", "scheduleAppointment", "translate", "compareProductPrices", "bookTravel")), - // new Task("task11", "Design and implement a smart city initiative focusing on transportation, energy, and public safety", - // Arrays.asList("urban planning", "environmental science", "data analysis", "public policy", "technology integration"), - // Arrays.asList("webSearch", "getWeather", "calculateDistance", "getNewsUpdates", "getFinancialAdvice", "findHomeServices")) + new Task("task11", "Design and implement a smart city initiative focusing on transportation, energy, and public safety", + Arrays.asList("urban planning", "environmental science", "data analysis", "public policy", "technology integration"), + Arrays.asList("webSearch", "getWeather", "calculateDistance", "getNewsUpdates", "getFinancialAdvice", "findHomeServices")) ); diff --git a/target/classes/com/ioa/IoASystem.class b/target/classes/com/ioa/IoASystem.class index 10fd1b8..fa33cbe 100644 Binary files a/target/classes/com/ioa/IoASystem.class and b/target/classes/com/ioa/IoASystem.class differ