{"id": "dialect_001", "category": "dialect_handling", "instruction": "ابي أحجز فندق في دبي بكرة", "dialect": "gulf", "available_functions": ["book_hotel", "search_flights", "get_weather"], "expected_calls": [{"function": "book_hotel", "arguments": {"city": "دبي", "check_in": "غداً"}}], "difficulty": "easy"} {"id": "dialect_002", "category": "dialect_handling", "instruction": "وين أحسن مطعم كبسة في الرياض؟ ابي أحجز فيه", "dialect": "gulf", "available_functions": ["search_restaurants", "book_table"], "expected_calls": [{"function": "search_restaurants", "arguments": {"city": "الرياض", "cuisine": "كبسة"}}], "difficulty": "easy"} {"id": "dialect_003", "category": "dialect_handling", "instruction": "يا خوي كم الساعة الحين في لندن؟", "dialect": "gulf", "available_functions": ["get_time", "get_weather", "convert_currency"], "expected_calls": [{"function": "get_time", "arguments": {"city": "لندن"}}], "difficulty": "easy"} {"id": "select_001", "category": "tool_selection", "instruction": "كم الساعة في طوكيو الحين؟", "dialect": "gulf", "available_functions": ["get_time", "get_weather", "search_flights", "book_hotel", "send_message", "get_news", "convert_currency", "search_restaurants", "order_food", "get_traffic"], "expected_calls": [{"function": "get_time", "arguments": {"city": "طوكيو"}}], "difficulty": "easy"} {"id": "select_002", "category": "tool_selection", "instruction": "ودي أعرف كم الزكاة على مئة ألف ريال ذهب", "dialect": "gulf", "available_functions": ["calculate_zakat", "convert_currency", "get_stock_price", "send_money", "find_quran_verse", "get_news", "search_jobs", "translate_text", "set_reminder", "get_weather"], "expected_calls": [{"function": "calculate_zakat", "arguments": {"amount": 100000, "currency": "SAR", "type": "gold"}}], "difficulty": "medium"} {"id": "select_004", "category": "tool_selection", "instruction": "شوف لي حالة التأشيرة رقم الطلب ABC123 جواز سفر رقم P987654", "dialect": "gulf", "available_functions": ["check_visa_status", "search_flights", "book_hotel", "get_weather", "send_message", "get_news", "convert_currency", "translate_text", "get_time", "get_traffic"], "expected_calls": [{"function": "check_visa_status", "arguments": {"application_id": "ABC123", "passport_number": "P987654"}}], "difficulty": "easy"} {"id": "select_005", "category": "tool_selection", "instruction": "طيب ورّني أخبار التقنية", "dialect": "gulf", "available_functions": ["get_news", "search_jobs", "get_stock_price", "translate_text", "get_weather", "search_flights", "book_hotel", "send_message", "get_time", "find_quran_verse"], "expected_calls": [{"function": "get_news", "arguments": {"category": "technology"}}], "difficulty": "easy"} {"id": "select_006", "category": "tool_selection", "instruction": "وش حالة المرور من حي النسيم لحي العليا؟", "dialect": "gulf", "available_functions": ["get_traffic", "book_car", "get_weather", "search_restaurants", "get_time", "send_message", "search_flights", "book_hotel", "order_food", "set_reminder"], "expected_calls": [{"function": "get_traffic", "arguments": {"from_location": "حي النسيم", "to_location": "حي العليا"}}], "difficulty": "easy"} {"id": "select_007", "category": "tool_selection", "instruction": "ابي أعرف كم سعر الدولار مقابل الريال", "dialect": "gulf", "available_functions": ["convert_currency", "get_stock_price", "send_money", "get_news", "search_flights", "book_hotel", "get_weather", "calculate_zakat", "get_time", "order_food"], "expected_calls": [{"function": "convert_currency", "arguments": {"amount": 1, "from_currency": "USD", "to_currency": "SAR"}}], "difficulty": "easy"} {"id": "multi_007", "category": "multi_step", "instruction": "شوف أخبار الرياضة وأرسلها لأخوي عمر على الواتساب", "dialect": "gulf", "available_functions": ["get_news", "send_message", "translate_text"], "expected_calls": [{"function": "get_news", "arguments": {"category": "sports"}}, {"function": "send_message", "arguments": {"recipient": "عمر", "platform": "whatsapp"}}], "difficulty": "medium"}