Enable all tasks tests
This commit is contained in:
parent
cb5012a077
commit
6ca5c28d7a
|
@ -109,27 +109,27 @@ public class IoASystem {
|
||||||
Arrays.asList("webSearch", "getNewsUpdates", "scheduleAppointment")),
|
Arrays.asList("webSearch", "getNewsUpdates", "scheduleAppointment")),
|
||||||
new Task("task6", "Assist in planning a multi-city European vacation for a family of four",
|
new Task("task6", "Assist in planning a multi-city European vacation for a family of four",
|
||||||
Arrays.asList("travel", "family planning"),
|
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",
|
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("event planning", "tech expertise", "marketing", "travel coordination", "content creation"),
|
||||||
// Arrays.asList("scheduleAppointment", "webSearch", "bookTravel", "getWeather", "findRestaurants", "getNewsUpdates")),
|
Arrays.asList("scheduleAppointment", "webSearch", "bookTravel", "getWeather", "findRestaurants", "getNewsUpdates")),
|
||||||
|
|
||||||
// new Task("task8", "Develop and launch a multi-lingual mobile app for sustainable tourism",
|
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("software development", "travel", "language expertise", "environmental science", "user experience design"),
|
||||||
// Arrays.asList("webSearch", "translate", "getWeather", "findRestaurants", "getNewsUpdates", "compareProductPrices")),
|
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",
|
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("health", "nutrition", "psychology", "corporate wellness", "data analysis"),
|
||||||
// Arrays.asList("findFitnessClasses", "getRecipe", "setReminder", "getWeather", "scheduleAppointment", "getFinancialAdvice")),
|
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",
|
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("marketing", "environmental science", "international business", "public relations", "social media"),
|
||||||
// Arrays.asList("webSearch", "getNewsUpdates", "scheduleAppointment", "translate", "compareProductPrices", "bookTravel")),
|
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",
|
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("urban planning", "environmental science", "data analysis", "public policy", "technology integration"),
|
||||||
// Arrays.asList("webSearch", "getWeather", "calculateDistance", "getNewsUpdates", "getFinancialAdvice", "findHomeServices"))
|
Arrays.asList("webSearch", "getWeather", "calculateDistance", "getNewsUpdates", "getFinancialAdvice", "findHomeServices"))
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user