File size: 2,697 Bytes
476fc5d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
  "seed": 42,
  "counts": {
    "real": 16,
    "confuser": 25,
    "dummy": 50,
    "total": 91
  },
  "real": [
    "calculate",
    "cancel_pending_order",
    "exchange_delivered_order_items",
    "find_user_id_by_email",
    "find_user_id_by_name_zip",
    "get_item_details",
    "get_order_details",
    "get_product_details",
    "get_user_details",
    "list_all_product_types",
    "modify_pending_order_address",
    "modify_pending_order_items",
    "modify_pending_order_payment",
    "modify_user_address",
    "return_delivered_order_items",
    "transfer_to_human_agents"
  ],
  "confuser": [
    "find_user_id_by_phone",
    "find_user_id_by_username",
    "get_order_invoice",
    "cancel_delivered_order",
    "return_pending_order_items",
    "get_product_reviews",
    "modify_user_email",
    "modify_user_name",
    "modify_user_phone",
    "apply_gift_card",
    "redeem_loyalty_points",
    "get_shipping_options",
    "get_return_label",
    "reorder_previous_order",
    "get_active_promotions",
    "add_item_to_cart",
    "remove_item_from_cart",
    "get_cart_contents",
    "checkout_cart",
    "get_wishlist",
    "add_to_wishlist",
    "cancel_order_item",
    "split_order_shipment",
    "upgrade_shipping_speed",
    "schedule_delivery"
  ],
  "dummy": [
    "activate_esim",
    "add_data_addon",
    "block_lost_device",
    "can_send_mms",
    "change_plan",
    "check_5g_coverage",
    "check_apn_settings",
    "check_app_permissions",
    "check_app_status",
    "check_contract_status",
    "check_data_restriction_status",
    "check_esim_status",
    "check_installed_apps",
    "check_international_rates",
    "check_network_mode_preference",
    "check_network_status",
    "check_sim_status",
    "check_status_bar",
    "check_tower_outage",
    "check_vpn_status",
    "check_wifi_calling_status",
    "check_wifi_status",
    "disable_roaming",
    "enable_call_forwarding",
    "enable_roaming",
    "get_bills_for_customer",
    "get_customer_by_id",
    "get_customer_by_phone",
    "get_data_usage",
    "get_details_by_id",
    "get_plan_details",
    "get_usage_alerts",
    "grant_app_permission",
    "list_available_plans",
    "reboot_device",
    "refuel_data",
    "reseat_sim_card",
    "reset_apn_settings",
    "reset_voicemail_pin",
    "resume_line",
    "run_speed_test",
    "schedule_technician_visit",
    "send_payment_request",
    "set_data_limit",
    "set_network_mode_preference",
    "toggle_airplane_mode",
    "toggle_data",
    "toggle_roaming",
    "toggle_wifi_calling",
    "update_billing_address"
  ]
}