benchmark stringclasses 1
value | task_name stringclasses 33
values | task_seed int64 1 996 | task_config stringlengths 22 28.8k | goal stringlengths 32 1.45k | start_url stringclasses 39
values | validation stringclasses 8
values |
|---|---|---|---|---|---|---|
workarena_l1 | workarena.servicenow.filter-service-catalog-item-list | 62 | {'table_name': 'sc_cat_item', 'filter_kind': 'OR', 'filter_len': 3, 'filter_columns': ['short_description', 'active', 'name'], 'filter_values': ['Event planning for 50 people', 'true', 'Event Planning'], 'filter_operators': ['is', 'is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True, 'canmatch':... | Create a filter for the service catalog item list to extract all entries where:
- "Short description" is "Event planning for 50 people" or
- "Active" is "true" or
- "Name" is "Event Planning" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sc_cat_item_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-service-catalog-item-list | 138 | {'table_name': 'sc_cat_item', 'filter_kind': 'OR', 'filter_len': 5, 'filter_columns': ['type', 'short_description', 'category', 'active', 'name'], 'filter_values': ['-- None --', 'Privacy Filter - X1 Carbon', 'Peripherals', 'true', '3M Privacy Filter - Lenovo X1 Carbon'], 'filter_operators': ['is', 'is', 'is', 'is', 'i... | Create a filter for the service catalog item list to extract all entries where:
- "Type" is "-- None --" or
- "Short description" is "Privacy Filter - X1 Carbon" or
- "Category" is "Peripherals" or
- "Active" is "true" or
- "Name" is "3M Privacy Filter - Lenovo X1 Carbon" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sc_cat_item_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-service-catalog-item-list | 498 | {'table_name': 'sc_cat_item', 'filter_kind': 'OR', 'filter_len': 2, 'filter_columns': ['active', 'short_description'], 'filter_values': ['true', 'Register a new business application into Application Portfolio Management'], 'filter_operators': ['is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True... | Create a filter for the service catalog item list to extract all entries where:
- "Active" is "true" or
- "Short description" is "Register a new business application into Application Portfolio Management" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sc_cat_item_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-service-catalog-item-list | 592 | {'table_name': 'sc_cat_item', 'filter_kind': 'OR', 'filter_len': 5, 'filter_columns': ['category', 'short_description', 'active', 'name', 'type'], 'filter_values': ['Software', 'IntelliJ IDEA is for java, Groovy and other programming languages', 'true', 'IntelliJ IDEA', 'Bundle'], 'filter_operators': ['is', 'is', 'is'... | Create a filter for the service catalog item list to extract all entries where:
- "Category" is "Software" or
- "Short description" is "IntelliJ IDEA is for java, Groovy and other programming languages" or
- "Active" is "true" or
- "Name" is "IntelliJ IDEA" or
- "Type" is "Bundle" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sc_cat_item_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-service-catalog-item-list | 391 | {'table_name': 'sc_cat_item', 'filter_kind': 'AND', 'filter_len': 2, 'filter_columns': ['category', 'type'], 'filter_values': ['Security and Access', 'Bundle'], 'filter_operators': ['is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True, 'canmatch': True, 'cansort': True, 'column_type': 'element',... | Create a filter for the service catalog item list to extract all entries where:
- "Category" is "Security and Access" and
- "Type" is "Bundle" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sc_cat_item_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-service-catalog-item-list | 674 | {'table_name': 'sc_cat_item', 'filter_kind': 'AND', 'filter_len': 2, 'filter_columns': ['category', 'name'], 'filter_values': ['Quick Links', 'ServiceNow Secure Coding guide for Instance developers'], 'filter_operators': ['is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True, 'canmatch': True, 'c... | Create a filter for the service catalog item list to extract all entries where:
- "Category" is "Quick Links" and
- "Name" is "ServiceNow Secure Coding guide for Instance developers" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sc_cat_item_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-service-catalog-item-list | 418 | {'table_name': 'sc_cat_item', 'filter_kind': 'AND', 'filter_len': 2, 'filter_columns': ['name', 'type'], 'filter_values': ['Druva inSync, for Mac & PC', '-- None --'], 'filter_operators': ['is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True, 'canmatch': True, 'cansort': True, 'column_type': 'el... | Create a filter for the service catalog item list to extract all entries where:
- "Name" is "Druva inSync, for Mac & PC" and
- "Type" is "-- None --" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sc_cat_item_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-service-catalog-item-list | 288 | {'table_name': 'sc_cat_item', 'filter_kind': 'AND', 'filter_len': 5, 'filter_columns': ['type', 'active', 'name', 'category', 'short_description'], 'filter_values': ['Task', 'false', 'Blackberry', 'Hardware', 'A Blackberry Wireless Device'], 'filter_operators': ['is', 'is', 'is', 'is', 'is'], 'columns': {'active': {'ba... | Create a filter for the service catalog item list to extract all entries where:
- "Type" is "Task" and
- "Active" is "false" and
- "Name" is "Blackberry" and
- "Category" is "Hardware" and
- "Short description" is "A Blackberry Wireless Device" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sc_cat_item_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-service-catalog-item-list | 378 | {'table_name': 'sc_cat_item', 'filter_kind': 'OR', 'filter_len': 5, 'filter_columns': ['short_description', 'category', 'type', 'active', 'name'], 'filter_values': ['New windows virtual desktop (WVD)', 'Application and Account Access', 'Bundle', 'true', 'New virtual pc request'], 'filter_operators': ['is', 'is', 'is', ... | Create a filter for the service catalog item list to extract all entries where:
- "Short description" is "New windows virtual desktop (WVD)" or
- "Category" is "Application and Account Access" or
- "Type" is "Bundle" or
- "Active" is "true" or
- "Name" is "New virtual pc request" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sc_cat_item_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-service-catalog-item-list | 772 | {'table_name': 'sc_cat_item', 'filter_kind': 'AND', 'filter_len': 3, 'filter_columns': ['active', 'name', 'category'], 'filter_values': ['true', 'Sketch', 'Software'], 'filter_operators': ['is', 'is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True, 'canmatch': True, 'cansort': True, 'column_type... | Create a filter for the service catalog item list to extract all entries where:
- "Active" is "true" and
- "Name" is "Sketch" and
- "Category" is "Software" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sc_cat_item_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-user-list | 489 | {'table_name': 'sys_user', 'filter_kind': 'AND', 'filter_len': 2, 'filter_columns': ['calendar_integration', 'company'], 'filter_values': ['-- None --', 'ACME Japan'], 'filter_operators': ['is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True, 'canmatch': True, 'cansort': True, 'column_type': 'el... | Create a filter for the user list to extract all entries where:
- "Calendar integration" is "-- None --" and
- "Company" is "ACME Japan" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_user_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-user-list | 230 | {'table_name': 'sys_user', 'filter_kind': 'AND', 'filter_len': 2, 'filter_columns': ['location', 'internal_integration_user'], 'filter_values': ['2-12-1 Ookayama, Meguro-ku, Tokyo', 'false'], 'filter_operators': ['is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True, 'canmatch': True, 'cansort': ... | Create a filter for the user list to extract all entries where:
- "Location" is "2-12-1 Ookayama, Meguro-ku, Tokyo" and
- "Internal Integration User" is "false" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_user_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-user-list | 40 | {'table_name': 'sys_user', 'filter_kind': 'AND', 'filter_len': 5, 'filter_columns': ['company', 'default_perspective', 'schedule', 'last_name', 'enable_multifactor_authn'], 'filter_values': ['ACME Japan', '', '', 'Dales', 'false'], 'filter_operators': ['is', 'is', 'is', 'is', 'is'], 'columns': {'active': {'base_type': ... | Create a filter for the user list to extract all entries where:
- "Company" is "ACME Japan" and
- "Default perspective" is "" and
- "Schedule" is "" and
- "Last name" is "Dales" and
- "Enable Multifactor Authentication" is "false" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_user_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-user-list | 27 | {'table_name': 'sys_user', 'filter_kind': 'AND', 'filter_len': 4, 'filter_columns': ['state', 'cost_center', 'employee_number', 'active'], 'filter_values': ['', 'Customer Support', '', 'true'], 'filter_operators': ['is', 'is', 'is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True, 'canmatch': Tru... | Create a filter for the user list to extract all entries where:
- "State / Province" is "" and
- "Cost center" is "Customer Support" and
- "Employee number" is "" and
- "Active" is "true" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_user_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-user-list | 134 | {'table_name': 'sys_user', 'filter_kind': 'AND', 'filter_len': 2, 'filter_columns': ['user_name', 'country'], 'filter_values': ['lucas.santellana', 'France'], 'filter_operators': ['is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True, 'canmatch': True, 'cansort': True, 'column_type': 'element', '... | Create a filter for the user list to extract all entries where:
- "User ID" is "lucas.santellana" and
- "Country code" is "France" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_user_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-user-list | 200 | {'table_name': 'sys_user', 'filter_kind': 'AND', 'filter_len': 4, 'filter_columns': ['introduction', 'manager', 'location', 'password_needs_reset'], 'filter_values': ['Dr.', '', '2-10-1 Yurakucho, Chiyoda-ku, Tokyo', 'false'], 'filter_operators': ['is', 'is', 'is', 'is'], 'columns': {'active': {'base_type': 'boolean', ... | Create a filter for the user list to extract all entries where:
- "Prefix" is "Dr." and
- "Manager" is "" and
- "Location" is "2-10-1 Yurakucho, Chiyoda-ku, Tokyo" and
- "Password needs reset" is "false" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_user_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-user-list | 839 | {'table_name': 'sys_user', 'filter_kind': 'AND', 'filter_len': 2, 'filter_columns': ['zip', 'name'], 'filter_values': ['', 'Stephen Seiters'], 'filter_operators': ['is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True, 'canmatch': True, 'cansort': True, 'column_type': 'element', 'default': 'false... | Create a filter for the user list to extract all entries where:
- "Zip / Postal code" is "" and
- "Name" is "Stephen Seiters" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_user_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-user-list | 779 | {'table_name': 'sys_user', 'filter_kind': 'AND', 'filter_len': 4, 'filter_columns': ['web_service_access_only', 'source', 'time_format', 'internal_integration_user'], 'filter_values': ['false', '', 'hh:mm:ss (12 hour)', 'false'], 'filter_operators': ['is', 'is', 'is', 'is'], 'columns': {'active': {'base_type': 'boolean... | Create a filter for the user list to extract all entries where:
- "Web service access only" is "false" and
- "Source" is "" and
- "Time format" is "hh:mm:ss (12 hour)" and
- "Internal Integration User" is "false" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_user_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-user-list | 929 | {'table_name': 'sys_user', 'filter_kind': 'AND', 'filter_len': 4, 'filter_columns': ['building', 'password_needs_reset', 'title', 'name'], 'filter_values': ['', 'false', '', 'Minh Leclare'], 'filter_operators': ['is', 'is', 'is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True, 'canmatch': True, ... | Create a filter for the user list to extract all entries where:
- "Building" is "" and
- "Password needs reset" is "false" and
- "Title" is "" and
- "Name" is "Minh Leclare" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_user_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.filter-user-list | 32 | {'table_name': 'sys_user', 'filter_kind': 'AND', 'filter_len': 3, 'filter_columns': ['first_name', 'sys_class_name', 'sys_updated_by'], 'filter_values': ['Stephen', 'User', 'system'], 'filter_operators': ['is', 'is', 'is'], 'columns': {'active': {'base_type': 'boolean', 'cangroup': True, 'canmatch': True, 'cansort': Tr... | Create a filter for the user list to extract all entries where:
- "First name" is "Stephen" and
- "Class" is "User" and
- "Updated by" is "system" | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_user_list.do | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Tuple
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a ServiceNow-style filter encoded in the 'sysparm_query' of the first URL
found in the content o... |
workarena_l1 | workarena.servicenow.impersonation | 330 | {'name': 'Gil Scarpa'} | Impersonate the user Gil Scarpa. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/home | import json
import os
import time
from typing import Any, Dict, List
import requests
# Why a Scripted REST endpoint?
#
# The sn_vsc_impersonation_event table records all impersonation events (both
# UI and API-triggered), but it's protected by a Web Service Access Policy that
# blocks direct Table API access — even f... |
workarena_l1 | workarena.servicenow.impersonation | 639 | {'name': 'Germaine Bruski'} | Impersonate the user Germaine Bruski. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/home | import json
import os
import time
from typing import Any, Dict, List
import requests
# Why a Scripted REST endpoint?
#
# The sn_vsc_impersonation_event table records all impersonation events (both
# UI and API-triggered), but it's protected by a Web Service Access Policy that
# blocks direct Table API access — even f... |
workarena_l1 | workarena.servicenow.impersonation | 505 | {'name': 'Hanna Cinkan'} | Impersonate the user Hanna Cinkan. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/home | import json
import os
import time
from typing import Any, Dict, List
import requests
# Why a Scripted REST endpoint?
#
# The sn_vsc_impersonation_event table records all impersonation events (both
# UI and API-triggered), but it's protected by a Web Service Access Policy that
# blocks direct Table API access — even f... |
workarena_l1 | workarena.servicenow.impersonation | 347 | {'name': 'Elisa Gracely'} | Impersonate the user Elisa Gracely. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/home | import json
import os
import time
from typing import Any, Dict, List
import requests
# Why a Scripted REST endpoint?
#
# The sn_vsc_impersonation_event table records all impersonation events (both
# UI and API-triggered), but it's protected by a Web Service Access Policy that
# blocks direct Table API access — even f... |
workarena_l1 | workarena.servicenow.impersonation | 472 | {'name': 'Bradly Hasselvander'} | Impersonate the user Bradly Hasselvander. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/home | import json
import os
import time
from typing import Any, Dict, List
import requests
# Why a Scripted REST endpoint?
#
# The sn_vsc_impersonation_event table records all impersonation events (both
# UI and API-triggered), but it's protected by a Web Service Access Policy that
# blocks direct Table API access — even f... |
workarena_l1 | workarena.servicenow.impersonation | 230 | {'name': 'Theron Hambright'} | Impersonate the user Theron Hambright. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/home | import json
import os
import time
from typing import Any, Dict, List
import requests
# Why a Scripted REST endpoint?
#
# The sn_vsc_impersonation_event table records all impersonation events (both
# UI and API-triggered), but it's protected by a Web Service Access Policy that
# blocks direct Table API access — even f... |
workarena_l1 | workarena.servicenow.impersonation | 189 | {'name': 'Brent Vaidya'} | Impersonate the user Brent Vaidya. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/home | import json
import os
import time
from typing import Any, Dict, List
import requests
# Why a Scripted REST endpoint?
#
# The sn_vsc_impersonation_event table records all impersonation events (both
# UI and API-triggered), but it's protected by a Web Service Access Policy that
# blocks direct Table API access — even f... |
workarena_l1 | workarena.servicenow.impersonation | 224 | {'name': 'Essie Vaill'} | Impersonate the user Essie Vaill. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/home | import json
import os
import time
from typing import Any, Dict, List
import requests
# Why a Scripted REST endpoint?
#
# The sn_vsc_impersonation_event table records all impersonation events (both
# UI and API-triggered), but it's protected by a Web Service Access Policy that
# blocks direct Table API access — even f... |
workarena_l1 | workarena.servicenow.impersonation | 384 | {'name': 'Hans Carlan'} | Impersonate the user Hans Carlan. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/home | import json
import os
import time
from typing import Any, Dict, List
import requests
# Why a Scripted REST endpoint?
#
# The sn_vsc_impersonation_event table records all impersonation events (both
# UI and API-triggered), but it's protected by a Web Service Access Policy that
# blocks direct Table API access — even f... |
workarena_l1 | workarena.servicenow.impersonation | 376 | {'name': 'Robin Grotz'} | Impersonate the user Robin Grotz. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/home | import json
import os
import time
from typing import Any, Dict, List
import requests
# Why a Scripted REST endpoint?
#
# The sn_vsc_impersonation_event table records all impersonation events (both
# UI and API-triggered), but it's protected by a Web Service Access Policy that
# blocks direct Table API access — even f... |
workarena_l1 | workarena.servicenow.knowledge-base-search | 1 | {'answer': 'CorporateGuest123', 'alternative_answers': ['Corporate-Guest-123', 'CorporateGuestOneTwoThree', 'Corporate Guest 123', 'Corporate_Guest_123', 'Corporate.Guest.123', 'C0rporateGuest123', 'CorporateGuest#123', 'KorporateGuest123', 'Corporateguest123', '123CorporateGuest']} | Answer the following question using the knowledge base: "What’s the name of the Wi-Fi network available in the lobby? Answer using the network's exact name." | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/kb?id=kb_home | from typing import Any, Dict, List
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
# check if we have the necessary information to validate
if not "answer" in config or not "alternative_answers" in config:
raise ValueError("Target must contain 'answer' and 'alternative_an... |
workarena_l1 | workarena.servicenow.knowledge-base-search | 389 | {'answer': 'Smart Analytics Pro', 'alternative_answers': ['SmartAnalyticsPro', 'Pro Analytics Smart', 'The Smart Analytics Pro', 'Pro Smart Analytics', 'Analytic Pro Smart', 'Analytics Smart Pro', 'Smart Pro Analytics', 'Analytics Pro Smart', 'SAP (acronym for Smart Analytics Pro)', 'Smart ProAnalytic']} | Answer the following question using the knowledge base: "What is the flagship product of the company called? Reply with the product name." | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/kb?id=kb_home | from typing import Any, Dict, List
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
# check if we have the necessary information to validate
if not "answer" in config or not "alternative_answers" in config:
raise ValueError("Target must contain 'answer' and 'alternative_an... |
workarena_l1 | workarena.servicenow.knowledge-base-search | 565 | {'answer': 'Samsung Galaxy', 'alternative_answers': ["Samsung's Galaxy", 'Galaxy by Samsung', 'Samsung Galaxy Series', 'Galaxy Samsung', 'Galaxies of Samsung', 'Galaxy Edition Samsung', 'Samsung Series Galaxy', 'Galaxy Brand by Samsung', 'Samsung Galaxy Suite', 'The Samsung Galaxy Collection']} | Answer the following question using the knowledge base: "Can you identify the brand of smartphones that employees receive? Provide the answer as the brand name." | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/kb?id=kb_home | from typing import Any, Dict, List
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
# check if we have the necessary information to validate
if not "answer" in config or not "alternative_answers" in config:
raise ValueError("Target must contain 'answer' and 'alternative_an... |
workarena_l1 | workarena.servicenow.knowledge-base-search | 105 | {'answer': '12', 'alternative_answers': ['twelve', '12.0', 'XII', 'a dozen', '12 countries', '1.2e1', '10+2', 'twelfth', '12/1', '1001₂ (binary representation of 12)']} | Answer the following question using the knowledge base: "How vast is the company's reach in terms of the number of countries it operates in? Please give your answer using just a number." | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/kb?id=kb_home | from typing import Any, Dict, List
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
# check if we have the necessary information to validate
if not "answer" in config or not "alternative_answers" in config:
raise ValueError("Target must contain 'answer' and 'alternative_an... |
workarena_l1 | workarena.servicenow.knowledge-base-search | 771 | {'answer': 'Innovating the Future', 'alternative_answers': ['Pioneering the Future', 'Innovation Shaping Tomorrow', 'Advancing Ingenuity', "Crafting Tomorrow's Innovations", 'Building the Future Through Innovation', 'Shaping the Future with Innovation', 'Creating the Future Innovatively', 'The Future, Innovatively Engi... | Answer the following question using the knowledge base: "How does the company express its dedication to innovation through their slogan? Answer with the slogan." | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/kb?id=kb_home | from typing import Any, Dict, List
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
# check if we have the necessary information to validate
if not "answer" in config or not "alternative_answers" in config:
raise ValueError("Target must contain 'answer' and 'alternative_an... |
workarena_l1 | workarena.servicenow.knowledge-base-search | 821 | {'answer': 'Delonghi Magnifica', 'alternative_answers': ["Delonghi's Magnifica", 'Magnifica Delonghi', 'Magnifica by Delonghi', 'Delonghi Magnifica Machine', 'Espresso Magnifica Delonghi', 'The Magnifica from Delonghi', 'Delonghi Espresso Magnifica', 'Magnifica Espresso Delonghi', 'Delonghi Model Magnifica', 'Magnifica... | Answer the following question using the knowledge base: "Which coffee machine's make and model is available in kitchen #3? Answer with "Brand Model"." | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/kb?id=kb_home | from typing import Any, Dict, List
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
# check if we have the necessary information to validate
if not "answer" in config or not "alternative_answers" in config:
raise ValueError("Target must contain 'answer' and 'alternative_an... |
workarena_l1 | workarena.servicenow.knowledge-base-search | 476 | {'answer': '22', 'alternative_answers': ['twenty-two', '22 projects', '22.0', 'Two tens and a two', '2 tens 2 ones', 'Twenty plus two', '2-2', 'XXII (Roman numeral representation)', 'Two dozen minus two', '21+1']} | Answer the following question using the knowledge base: "Can you state the total count of projects the company completed during the last year? Answer with a number." | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/kb?id=kb_home | from typing import Any, Dict, List
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
# check if we have the necessary information to validate
if not "answer" in config or not "alternative_answers" in config:
raise ValueError("Target must contain 'answer' and 'alternative_an... |
workarena_l1 | workarena.servicenow.knowledge-base-search | 702 | {'answer': '40', 'alternative_answers': ['Forty', '4-0', 'XL (Roman numeral)', 'Four zero', '40.0', '4 tens', 'Thirty plus ten', 'Three score minus twenty', '2 x 20', 'Fortieth in order']} | Answer the following question using the knowledge base: "How large is the customer service representative team? Specify the answer in numerical form." | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/kb?id=kb_home | from typing import Any, Dict, List
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
# check if we have the necessary information to validate
if not "answer" in config or not "alternative_answers" in config:
raise ValueError("Target must contain 'answer' and 'alternative_an... |
workarena_l1 | workarena.servicenow.knowledge-base-search | 401 | {'answer': 'GlobalTech Industries', 'alternative_answers': ['GlobalTech Industries Incorporated', 'Industries GlobalTech', 'Global Tech Industries', 'Global Technologies Industries', 'G.T. Industries', 'The GlobalTech Company', 'GlobalTech Industrial Corp', 'Industries of GlobalTech', 'Global Technology Industries', 'G... | Answer the following question using the knowledge base: "Who is the primary client of the company? Answer with the client's full company name." | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/kb?id=kb_home | from typing import Any, Dict, List
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
# check if we have the necessary information to validate
if not "answer" in config or not "alternative_answers" in config:
raise ValueError("Target must contain 'answer' and 'alternative_an... |
workarena_l1 | workarena.servicenow.knowledge-base-search | 729 | {'answer': '$50 million', 'alternative_answers': ['Fifty million dollars', '$50,000,000', '50 million USD', 'Million: 50', '5×10^7 dollars', '50M dollars', '$50M', '50,000K dollars', 'Fifty million U.S. dollars', '50 million bucks (informal)']} | Answer the following question using the knowledge base: "What are the company's revenue averages each year? Answer with the monetary value in millions." | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/kb?id=kb_home | from typing import Any, Dict, List
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
# check if we have the necessary information to validate
if not "answer" in config or not "alternative_answers" in config:
raise ValueError("Target must contain 'answer' and 'alternative_an... |
workarena_l1 | workarena.servicenow.multi-chart-value-retrieval | 102 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a', 'chart_title': 'Stakeholders per Category', 'chart_series': '', 'question': 'value; count; Politeness'} | In the Assessment Overview dashboard, what is the value of "Politeness" in the "Stakeholders per Category" chart (in count)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-value-retrieval | 435 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a', 'chart_title': 'Unanswered Questions by Assigned User', 'chart_series': '', 'question': 'value; count; Joe Employee'} | In the Assessment Overview dashboard, what is the value of "Joe Employee" in the "Unanswered Questions by Assigned User" chart (in count)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-value-retrieval | 860 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D18b1f472533130104c90ddeeff7b12a6', 'chart_title': 'Incidents per week', 'chart_series': 'Open', 'question': 'value; count; 2024-02-12'} | In the Incident Overview dashboard, what is the value of "2024-02-12" in the "Open" series of the "Incidents per week" chart (in count)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D18b1f472533130104c90ddeeff7b12a6 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-value-retrieval | 270 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a', 'chart_title': 'Stakeholders per Category', 'chart_series': '', 'question': 'value; count; Question Bank : Assessment'} | In the Assessment Overview dashboard, what is the value of "Question Bank : Assessment" in the "Stakeholders per Category" chart (in count)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-value-retrieval | 106 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D7ab78953eb32011008f2951ff15228e6', 'chart_title': 'Catalog item VA render type', 'chart_series': '', 'question': 'value; percent; Popup'} | In the Service Catalog Overview dashboard, what is the value of "Popup" in the "Catalog item VA render type" chart (in percent)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D7ab78953eb32011008f2951ff15228e6 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-value-retrieval | 71 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3Dfa5fe3e1773130107384c087cc5a99d5', 'chart_title': 'Computers by OS', 'chart_series': '', 'question': 'value; count; Windows 2000 Professional'} | In the Asset Overview dashboard, what is the value of "Windows 2000 Professional" in the "Computers by OS" chart (in count)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3Dfa5fe3e1773130107384c087cc5a99d5 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-value-retrieval | 700 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a', 'chart_title': 'Category Result Ratings by Category', 'chart_series': '', 'question': 'value; percent; Responsiveness'} | In the Assessment Overview dashboard, what is the value of "Responsiveness" in the "Category Result Ratings by Category" chart (in percent)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-value-retrieval | 20 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a', 'chart_title': 'Total Metrics by Metric Type', 'chart_series': '', 'question': 'value; percent; Knowledge Lab Session Feedback Survey'} | In the Assessment Overview dashboard, what is the value of "Knowledge Lab Session Feedback Survey" in the "Total Metrics by Metric Type" chart (in percent)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-value-retrieval | 614 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D3d48f669538223008329ddeeff7b1253', 'chart_title': 'Open Problems - Grouped', 'chart_series': '', 'question': 'value; count; 2 - High'} | In the Problem Overview dashboard, what is the value of "2 - High" in the "Open Problems - Grouped" chart (in count)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D3d48f669538223008329ddeeff7b1253 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-value-retrieval | 121 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D18b1f472533130104c90ddeeff7b12a6', 'chart_title': 'Incidents per week', 'chart_series': 'Closed', 'question': 'value; percent; 2023-11-27'} | In the Incident Overview dashboard, what is the value of "2023-11-27" in the "Closed" series of the "Incidents per week" chart (in percent)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D18b1f472533130104c90ddeeff7b12a6 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-min-max-retrieval | 466 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a', 'chart_title': 'Assessments by State', 'chart_series': '', 'question': 'max'} | In the Assessment Overview dashboard, what is the maximum value in the "Assessments by State" chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-min-max-retrieval | 214 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3Dc38ca3a273031010ae8dd21efaf6a747', 'chart_title': 'Breakdown of classified data', 'chart_series': '', 'question': 'max'} | In the Data Classification dashboard, what is the maximum value in the "Breakdown of classified data" chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3Dc38ca3a273031010ae8dd21efaf6a747 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-min-max-retrieval | 330 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D05b0a8b7c3123010a282a539e540dd69', 'chart_title': 'Open Changes - Grouped', 'chart_series': '', 'question': 'min'} | In the Change Overview dashboard, what is the minimum value in the "Open Changes - Grouped" chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D05b0a8b7c3123010a282a539e540dd69 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-min-max-retrieval | 458 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D18b1f472533130104c90ddeeff7b12a6', 'chart_title': 'Open Incidents - Grouped', 'chart_series': '', 'question': 'min'} | In the Incident Overview dashboard, what is the minimum value in the "Open Incidents - Grouped" chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D18b1f472533130104c90ddeeff7b12a6 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-min-max-retrieval | 87 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a', 'chart_title': 'Metrics by Data Type', 'chart_series': '', 'question': 'max'} | In the Assessment Overview dashboard, what is the maximum value in the "Metrics by Data Type" chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-min-max-retrieval | 372 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a', 'chart_title': 'Stakeholders per Category', 'chart_series': '', 'question': 'min'} | In the Assessment Overview dashboard, what is the minimum value in the "Stakeholders per Category" chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-min-max-retrieval | 99 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D7ab78953eb32011008f2951ff15228e6', 'chart_title': 'Catalog item VA render type', 'chart_series': '', 'question': 'max'} | In the Service Catalog Overview dashboard, what is the maximum value in the "Catalog item VA render type" chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D7ab78953eb32011008f2951ff15228e6 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-min-max-retrieval | 871 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a', 'chart_title': 'Metrics by Data Type', 'chart_series': '', 'question': 'max'} | In the Assessment Overview dashboard, what is the maximum value in the "Metrics by Data Type" chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-min-max-retrieval | 663 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3Dfa5fe3e1773130107384c087cc5a99d5', 'chart_title': 'Configuration Item Types', 'chart_series': '', 'question': 'max'} | In the Asset Overview dashboard, what is the maximum value in the "Configuration Item Types" chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3Dfa5fe3e1773130107384c087cc5a99d5 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.multi-chart-min-max-retrieval | 130 | {'url': '/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a', 'chart_title': 'Answered Questions by Assigned User', 'chart_series': '', 'question': 'min'} | In the Assessment Overview dashboard, what is the minimum value in the "Answered Questions by Assigned User" chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/%24pa_dashboard.do%3Fsysparm_dashboard%3D812fa4400f1130101527008c07767e1a | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-value-retrieval | 661 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=a505dd20931f7a106162fb67dd03d6fd', 'chart_title': '', 'chart_series': '', 'question': 'value; percent; (empty)'} | In the Catalog Item count by State report, what is the value of "(empty)" in the chart (in percent)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fsysparm_field%3Dstate%26sysparm_type%3Dbar%26sysparm_table%3Dsc_cat_item%26sysparm_from_list%3Dtrue%26sysparm_chart_size%3Dlarge%26sysparm_manual_labor%3Dtrue%26sysparm_query=sys_created_on<javascript:gs.dateG... | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-value-retrieval | 308 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=00d5dd60931f7a106162fb67dd03d696', 'chart_title': '', 'chart_series': '', 'question': 'value; percent; UNIX Server'} | In the Computer count by Class report, what is the value of "UNIX Server" in the chart (in percent)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fsysparm_field%3Dsys_class_name%26sysparm_type%3Dpie%26sysparm_table%3Dcmdb_ci_computer%26sysparm_from_list%3Dtrue%26sysparm_chart_size%3Dlarge%26sysparm_manual_labor%3Dtrue%26sysparm_query=sys_created_on<javas... | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-value-retrieval | 769 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=f9b1edd1c611227100b86e21eaae0034', 'chart_title': '', 'chart_series': 'Standard', 'question': 'value; count; Aug/2016'} | In the Total Changes Trended by Month report, what is the value of "Aug/2016" in the "Standard" series of the chart (in count)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=f9b1edd1c611227100b86e21eaae0034 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-value-retrieval | 343 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=c3fd483d4760300042bd757f2ede27e6', 'chart_title': '', 'chart_series': '(empty)', 'question': 'value; count; Cancelled'} | In the All Contracts by State report, what is the value of "Cancelled" in the "(empty)" series of the chart (in count)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=c3fd483d4760300042bd757f2ede27e6 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-value-retrieval | 491 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=59efd496df020100cd7da5f59bf26329', 'chart_title': '', 'chart_series': 'Adobe Systems', 'question': 'value; percent; Software License'} | In the Asset Portfolio Broken Down by Class and Vendor report, what is the value of "Software License" in the "Adobe Systems" series of the chart (in percent)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=59efd496df020100cd7da5f59bf26329 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-value-retrieval | 413 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=49f6d1e0931f7a106162fb67dd03d6ba', 'chart_title': '', 'chart_series': '', 'question': 'value; percent; (empty)'} | In the Contract count by Substate report, what is the value of "(empty)" in the chart (in percent)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fsysparm_field%3Dsubstate%26sysparm_type%3Dpie%26sysparm_table%3Dast_contract%26sysparm_from_list%3Dtrue%26sysparm_chart_size%3Dlarge%26sysparm_manual_labor%3Dtrue%26sysparm_query=sys_created_on<javascript:gs.d... | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-value-retrieval | 805 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=c3fd483d4760300042bd757f2ede27e6', 'chart_title': '', 'chart_series': 'Approved', 'question': 'value; percent; Expired'} | In the All Contracts by State report, what is the value of "Expired" in the "Approved" series of the chart (in percent)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=c3fd483d4760300042bd757f2ede27e6 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-value-retrieval | 385 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=ba5799e0931f7a106162fb67dd03d67e', 'chart_title': '', 'chart_series': '', 'question': 'value; percent; Defective'} | In the Hardware count by Substate report, what is the value of "Defective" in the chart (in percent)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fsysparm_field%3Dsubstatus%26sysparm_type%3Dbar%26sysparm_table%3Dalm_hardware%26sysparm_from_list%3Dtrue%26sysparm_chart_size%3Dlarge%26sysparm_manual_labor%3Dtrue%26sysparm_query=sys_created_on<javascript:gs.... | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-value-retrieval | 191 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=6d5448deff410200b18affffffffffa0', 'chart_title': '', 'chart_series': '', 'question': 'value; percent; Aug/2018'} | In the Standard Change usage trend report, what is the value of "Aug/2018" in the chart (in percent)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=6d5448deff410200b18affffffffffa0 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-value-retrieval | 955 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=a2b71124931f7a106162fb67dd03d628', 'chart_title': '', 'chart_series': '', 'question': 'value; count; Awaiting Caller'} | In the Incident count by On hold reason report, what is the value of "Awaiting Caller" in the chart (in count)? | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fsysparm_field%3Dhold_reason%26sysparm_type%3Dpie%26sysparm_table%3Dincident%26sysparm_from_list%3Dtrue%26sysparm_chart_size%3Dlarge%26sysparm_manual_labor%3Dtrue%26sysparm_query=sys_created_on<javascript:gs.da... | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-min-max-retrieval | 276 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=37681d24931f7a106162fb67dd03d692', 'chart_title': '', 'chart_series': '', 'question': 'max'} | In the Catalog Item count by Classic Mobile Picture Type report, what is the maximum value in the chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fsysparm_field%3Dmobile_picture_type%26sysparm_type%3Dbar%26sysparm_table%3Dsc_cat_item%26sysparm_from_list%3Dtrue%26sysparm_chart_size%3Dlarge%26sysparm_manual_labor%3Dtrue%26sysparm_query=sys_created_on<javas... | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-min-max-retrieval | 160 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=b3399964931f7a106162fb67dd03d61d', 'chart_title': '', 'chart_series': '', 'question': 'max'} | In the Change Request count by Reason report, what is the maximum value in the chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fsysparm_field%3Dreason%26sysparm_type%3Dbar%26sysparm_table%3Dchange_request%26sysparm_from_list%3Dtrue%26sysparm_chart_size%3Dlarge%26sysparm_manual_labor%3Dtrue%26sysparm_query=sys_created_on<javascript:gs.d... | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-min-max-retrieval | 459 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=caf995a4931f7a106162fb67dd03d60f', 'chart_title': '', 'chart_series': '', 'question': 'max'} | In the Computer count by Hardware Status report, what is the maximum value in the chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fsysparm_field%3Dhardware_status%26sysparm_type%3Dpie%26sysparm_table%3Dcmdb_ci_computer%26sysparm_from_list%3Dtrue%26sysparm_chart_size%3Dlarge%26sysparm_manual_labor%3Dtrue%26sysparm_query=sys_created_on<java... | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-min-max-retrieval | 313 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=309a51e4931f7a106162fb67dd03d603', 'chart_title': '', 'chart_series': '', 'question': 'min'} | In the Change Request count by Scope report, what is the minimum value in the chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fsysparm_field%3Dscope%26sysparm_type%3Dpie%26sysparm_table%3Dchange_request%26sysparm_from_list%3Dtrue%26sysparm_chart_size%3Dlarge%26sysparm_manual_labor%3Dtrue%26sysparm_query=sys_created_on<javascript:gs.da... | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-min-max-retrieval | 21 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=c7ca55e4931f7a106162fb67dd03d60e', 'chart_title': '', 'chart_series': '', 'question': 'max'} | In the User count by Time zone report, what is the maximum value in the chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fsysparm_field%3Dtime_zone%26sysparm_type%3Dpie%26sysparm_table%3Dsys_user%26sysparm_from_list%3Dtrue%26sysparm_chart_size%3Dlarge%26sysparm_manual_labor%3Dtrue%26sysparm_query=sys_created_on<javascript:gs.date... | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-min-max-retrieval | 252 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=11ef6ffbc0a8016501e0123b4727ce67', 'chart_title': '', 'chart_series': '', 'question': 'max'} | In the Computers by Operating System report, what is the maximum value in the chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=11ef6ffbc0a8016501e0123b4727ce67 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-min-max-retrieval | 747 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=59efd496df020100cd7da5f59bf26329', 'chart_title': '', 'chart_series': 'Gateway', 'question': 'max'} | In the Asset Portfolio Broken Down by Class and Vendor report, what is the maximum value in the "Gateway" series of the chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=59efd496df020100cd7da5f59bf26329 | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-min-max-retrieval | 856 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=bb3b1de4931f7a106162fb67dd03d6d1', 'chart_title': '', 'chart_series': '', 'question': 'max'} | In the User count by Date format report, what is the maximum value in the chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fsysparm_field%3Ddate_format%26sysparm_type%3Dbar%26sysparm_table%3Dsys_user%26sysparm_from_list%3Dtrue%26sysparm_chart_size%3Dlarge%26sysparm_manual_labor%3Dtrue%26sysparm_query=sys_created_on<javascript:gs.da... | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-min-max-retrieval | 560 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=f9b358f5c611227101782f7c3a2887ef', 'chart_title': '', 'chart_series': '', 'question': 'max'} | In the Emergency Changes Trended by Month report, What is the maximum value in the chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=f9b358f5c611227101782f7c3a2887ef | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.single-chart-min-max-retrieval | 474 | {'url': '/now/nav/ui/classic/params/target/sys_report_template.do%3Fjvar_report_id=c98b5128931f7a106162fb67dd03d6ba', 'chart_title': '', 'chart_series': '', 'question': 'min'} | In the Change Request count by Risk report, what is the minimum value in the chart? Give me both the label and the count. If there are many, pick one. | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/sys_report_template.do%3Fsysparm_field%3Drisk%26sysparm_type%3Dbar%26sysparm_table%3Dchange_request%26sysparm_from_list%3Dtrue%26sysparm_chart_size%3Dlarge%26sysparm_manual_labor%3Dtrue%26sysparm_query=sys_created_on<javascript:gs.dat... | import json
import math
import os
import re
from typing import Any, Dict, List, Optional
from urllib.parse import parse_qsl, unquote, urlparse
import requests
def _multi_unquote(s: str, rounds: int = 3) -> str:
for _ in range(rounds):
new = unquote(s)
if new == s:
break
s = new... |
workarena_l1 | workarena.servicenow.order-developer-laptop | 282 | {'configuration': {'Additional software requirements': ['textarea', 'Slack, Trello, QuickBooks, Zoom, Asana, HubSpot, Adobe Creative Cloud'], 'Adobe Acrobat': ['checkbox', False], 'Adobe Photoshop': ['checkbox', False], 'Eclipse IDE': ['checkbox', False]}, 'description': 'Macbook Pro', 'item': 'Developer Laptop (Mac)',... | Go to the Service Catalog hardware store and order 8 "Developer Laptop (Mac)" with configuration {'Additional software requirements': 'Slack, Trello, QuickBooks, Zoom, Asana, HubSpot, Adobe Creative Cloud', 'Adobe Acrobat': False, 'Adobe Photoshop': False, 'Eclipse IDE': False} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-developer-laptop | 957 | {'configuration': {'Additional software requirements': ['textarea', 'Slack, Trello, Salesforce, Microsoft Office 365, Google Workspace, Asana'], 'Adobe Acrobat': ['checkbox', True], 'Adobe Photoshop': ['checkbox', False], 'Eclipse IDE': ['checkbox', True]}, 'description': 'Macbook Pro', 'item': 'Developer Laptop (Mac)'... | Go to the Service Catalog hardware store and order 1 "Developer Laptop (Mac)" with configuration {'Additional software requirements': 'Slack, Trello, Salesforce, Microsoft Office 365, Google Workspace, Asana', 'Adobe Acrobat': True, 'Adobe Photoshop': False, 'Eclipse IDE': True} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-developer-laptop | 632 | {'configuration': {'Additional software requirements': ['textarea', 'Microsoft Office 365, Google Workspace, Asana, Adobe Creative Cloud'], 'Adobe Acrobat': ['checkbox', True], 'Adobe Photoshop': ['checkbox', False], 'Eclipse IDE': ['checkbox', True]}, 'description': 'Macbook Pro', 'item': 'Developer Laptop (Mac)', 'qu... | Go to the Service Catalog hardware store and order 3 "Developer Laptop (Mac)" with configuration {'Additional software requirements': 'Microsoft Office 365, Google Workspace, Asana, Adobe Creative Cloud', 'Adobe Acrobat': True, 'Adobe Photoshop': False, 'Eclipse IDE': True} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-developer-laptop | 627 | {'configuration': {'Additional software requirements': ['textarea', 'Slack, Salesforce, QuickBooks, Adobe Creative Cloud'], 'Adobe Acrobat': ['checkbox', True], 'Adobe Photoshop': ['checkbox', True], 'Eclipse IDE': ['checkbox', False]}, 'description': 'Macbook Pro', 'item': 'Developer Laptop (Mac)', 'quantity': 4} | Go to the Service Catalog hardware store and order 4 "Developer Laptop (Mac)" with configuration {'Additional software requirements': 'Slack, Salesforce, QuickBooks, Adobe Creative Cloud', 'Adobe Acrobat': True, 'Adobe Photoshop': True, 'Eclipse IDE': False} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-developer-laptop | 972 | {'configuration': {'Additional software requirements': ['textarea', 'Slack, Trello, Zoom'], 'Adobe Acrobat': ['checkbox', True], 'Adobe Photoshop': ['checkbox', False], 'Eclipse IDE': ['checkbox', True]}, 'description': 'Macbook Pro', 'item': 'Developer Laptop (Mac)', 'quantity': 10} | Go to the Service Catalog hardware store and order 10 "Developer Laptop (Mac)" with configuration {'Additional software requirements': 'Slack, Trello, Zoom', 'Adobe Acrobat': True, 'Adobe Photoshop': False, 'Eclipse IDE': True} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-developer-laptop | 744 | {'configuration': {'Additional software requirements': ['textarea', 'Trello, Zoom, Google Workspace, Asana, HubSpot'], 'Adobe Acrobat': ['checkbox', False], 'Adobe Photoshop': ['checkbox', True], 'Eclipse IDE': ['checkbox', True]}, 'description': 'Macbook Pro', 'item': 'Developer Laptop (Mac)', 'quantity': 4} | Go to the Service Catalog hardware store and order 4 "Developer Laptop (Mac)" with configuration {'Additional software requirements': 'Trello, Zoom, Google Workspace, Asana, HubSpot', 'Adobe Acrobat': False, 'Adobe Photoshop': True, 'Eclipse IDE': True} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-developer-laptop | 258 | {'configuration': {'Additional software requirements': ['textarea', 'Trello, Zoom, Microsoft Office 365, Google Workspace, HubSpot'], 'Adobe Acrobat': ['checkbox', True], 'Adobe Photoshop': ['checkbox', True], 'Eclipse IDE': ['checkbox', False]}, 'description': 'Macbook Pro', 'item': 'Developer Laptop (Mac)', 'quantity... | Go to the Service Catalog hardware store and order 2 "Developer Laptop (Mac)" with configuration {'Additional software requirements': 'Trello, Zoom, Microsoft Office 365, Google Workspace, HubSpot', 'Adobe Acrobat': True, 'Adobe Photoshop': True, 'Eclipse IDE': False} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-developer-laptop | 358 | {'configuration': {'Additional software requirements': ['textarea', 'HubSpot'], 'Adobe Acrobat': ['checkbox', True], 'Adobe Photoshop': ['checkbox', False], 'Eclipse IDE': ['checkbox', True]}, 'description': 'Macbook Pro', 'item': 'Developer Laptop (Mac)', 'quantity': 7} | Go to the Service Catalog hardware store and order 7 "Developer Laptop (Mac)" with configuration {'Additional software requirements': 'HubSpot', 'Adobe Acrobat': True, 'Adobe Photoshop': False, 'Eclipse IDE': True} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-developer-laptop | 709 | {'configuration': {'Additional software requirements': ['textarea', 'Slack, Trello, QuickBooks, Zoom, Microsoft Office 365, Adobe Creative Cloud'], 'Adobe Acrobat': ['checkbox', True], 'Adobe Photoshop': ['checkbox', False], 'Eclipse IDE': ['checkbox', False]}, 'description': 'Macbook Pro', 'item': 'Developer Laptop (M... | Go to the Service Catalog hardware store and order 5 "Developer Laptop (Mac)" with configuration {'Additional software requirements': 'Slack, Trello, QuickBooks, Zoom, Microsoft Office 365, Adobe Creative Cloud', 'Adobe Acrobat': True, 'Adobe Photoshop': False, 'Eclipse IDE': False} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-developer-laptop | 455 | {'configuration': {'Additional software requirements': ['textarea', 'Slack, Trello, QuickBooks, Zoom, Adobe Creative Cloud'], 'Adobe Acrobat': ['checkbox', True], 'Adobe Photoshop': ['checkbox', True], 'Eclipse IDE': ['checkbox', True]}, 'description': 'Macbook Pro', 'item': 'Developer Laptop (Mac)', 'quantity': 7} | Go to the Service Catalog hardware store and order 7 "Developer Laptop (Mac)" with configuration {'Additional software requirements': 'Slack, Trello, QuickBooks, Zoom, Adobe Creative Cloud', 'Adobe Acrobat': True, 'Adobe Photoshop': True, 'Eclipse IDE': True} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-ipad-mini | 410 | {'configuration': {'Choose the colour': ['radio', 'Starlight'], 'Choose the storage': ['radio', '64']}, 'description': 'Request for iPad mini', 'item': 'iPad mini', 'quantity': 5} | Go to the Service Catalog hardware store and order 5 "iPad mini" with configuration {'Choose the colour': 'Starlight', 'Choose the storage': '64'} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-ipad-mini | 648 | {'configuration': {'Choose the colour': ['radio', 'Purple'], 'Choose the storage': ['radio', '64']}, 'description': 'Request for iPad mini', 'item': 'iPad mini', 'quantity': 6} | Go to the Service Catalog hardware store and order 6 "iPad mini" with configuration {'Choose the colour': 'Purple', 'Choose the storage': '64'} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-ipad-mini | 317 | {'configuration': {'Choose the colour': ['radio', 'Pink'], 'Choose the storage': ['radio', '64']}, 'description': 'Request for iPad mini', 'item': 'iPad mini', 'quantity': 9} | Go to the Service Catalog hardware store and order 9 "iPad mini" with configuration {'Choose the colour': 'Pink', 'Choose the storage': '64'} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-ipad-mini | 676 | {'configuration': {'Choose the colour': ['radio', 'Purple'], 'Choose the storage': ['radio', '64']}, 'description': 'Request for iPad mini', 'item': 'iPad mini', 'quantity': 6} | Go to the Service Catalog hardware store and order 6 "iPad mini" with configuration {'Choose the colour': 'Purple', 'Choose the storage': '64'} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-ipad-mini | 224 | {'configuration': {'Choose the colour': ['radio', 'Purple'], 'Choose the storage': ['radio', '64']}, 'description': 'Request for iPad mini', 'item': 'iPad mini', 'quantity': 3} | Go to the Service Catalog hardware store and order 3 "iPad mini" with configuration {'Choose the colour': 'Purple', 'Choose the storage': '64'} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-ipad-mini | 818 | {'configuration': {'Choose the colour': ['radio', 'Starlight'], 'Choose the storage': ['radio', '256']}, 'description': 'Request for iPad mini', 'item': 'iPad mini', 'quantity': 3} | Go to the Service Catalog hardware store and order 3 "iPad mini" with configuration {'Choose the colour': 'Starlight', 'Choose the storage': '256'} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-ipad-mini | 233 | {'configuration': {'Choose the colour': ['radio', 'Starlight'], 'Choose the storage': ['radio', '256']}, 'description': 'Request for iPad mini', 'item': 'iPad mini', 'quantity': 4} | Go to the Service Catalog hardware store and order 4 "iPad mini" with configuration {'Choose the colour': 'Starlight', 'Choose the storage': '256'} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-ipad-mini | 683 | {'configuration': {'Choose the colour': ['radio', 'Purple'], 'Choose the storage': ['radio', '256']}, 'description': 'Request for iPad mini', 'item': 'iPad mini', 'quantity': 2} | Go to the Service Catalog hardware store and order 2 "iPad mini" with configuration {'Choose the colour': 'Purple', 'Choose the storage': '256'} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-ipad-mini | 663 | {'configuration': {'Choose the colour': ['radio', 'Purple'], 'Choose the storage': ['radio', '256']}, 'description': 'Request for iPad mini', 'item': 'iPad mini', 'quantity': 4} | Go to the Service Catalog hardware store and order 4 "iPad mini" with configuration {'Choose the colour': 'Purple', 'Choose the storage': '256'} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
workarena_l1 | workarena.servicenow.order-ipad-mini | 974 | {'configuration': {'Choose the colour': ['radio', 'Space Grey'], 'Choose the storage': ['radio', '64']}, 'description': 'Request for iPad mini', 'item': 'iPad mini', 'quantity': 7} | Go to the Service Catalog hardware store and order 7 "iPad mini" with configuration {'Choose the colour': 'Space Grey', 'Choose the storage': '64'} | https://snow-corellm-glide.job.console.elementai.com/now/nav/ui/classic/params/target/catalog_home.do%3Fsysparm_view%3Dcatalog_default | import json
import os
import re
import urllib.parse as parse
from typing import Any, Dict, List, Optional
import requests
def validate(messages: List[Dict[str, str]], config: Dict[str, Any]) -> int:
"""
Validate a submitted request based on the last URL and a request record in `config`.
Required in `con... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.