
Use Cases
1
REGISTRATION BOOK
Example Prompts:
"Register with the following username: 'newuser<web_agent_id>', email: 'newuser<web_agent_id>@gmail.com' and password: 'PASSWORD'"
"Register with the following username: 'newuser<web_agent_id>', email: 'newuser<web_agent_id>@gmail.com' and password: 'PASSWORD'"
2
SEARCH BOOK
Example Prompts:
"Search for the book 'The Pallbearers Club' in the database"
"Search for the book 'The Black Kids' in the database"
3
FILTER BOOK
Example Prompts:
"Filter books where the genre equals 'Thriller' and the year is greater than or equal to 2012."
"Filter books in the 'Sci-Fi' genre."
4
CONTACT BOOK
Example Prompts:
"Go to the contact page and submit the form with a name that is NOT 'David', an email that does NOT contain '[email protected]', a subject that equals 'Information', and a message that contains 'Could you help me with my account?'"
"Submit a contact form where the subject does not contain 'Appointment', the message is not equal to 'Hello, I'm interested in your services', and the email is not equal to '[email protected]'."
5
LOGIN BOOK
Example Prompts:
"Login for the following username: '<web_agent_id>' and password: 'PASSWORD'"
"Login for the following username: '<web_agent_id>' and password: 'PASSWORD'"
6
LOGOUT BOOK
Example Prompts:
"Authenticate with username:'<web_agent_id>' and password:PASSWORD, then end my session"
"Login with a specific username: 'web_agent_id' and password:PASSWORD, then logout"
7
DELETE BOOK
Example Prompts:
"First, authenticate with username 'user<web_agent_id>' and password 'PASSWORD'. Delete your book with id equal to '<web_agent_id>'."
"First, authenticate with username 'user<web_agent_id>' and password 'PASSWORD'. Delete your book with an id equal to '<web_agent_id>'."
8
ADD BOOK
Example Prompts:
"First, authenticate with username 'user<web_agent_id>' and password 'PASSWORD'. Then, insert a book authored by someone who does NOT contain 'wind', with genres equal to 'Thriller' and year equal to '1996'."
"First, authenticate with username 'user<web_agent_id>' and password 'PASSWORD'. Then, register a book with a rating greater than or equal to 0.4, a page count less than or equal to 661, genres equal to 'Fiction', and a year less than or equal to 1992."
9
ADD COMMENT BOOK
Example Prompts:
"Add a comment to the book whose name is equal to 'The Tipping Point' with a comment whose content does NOT equal 'subtle character arcs'."
"Add a comment to a book whose name is NOT 'The Lions of Fifth Avenue' with a message whose content does NOT equal 'immersive world-building' from the commenter whose name is equal to 'Michael'."
10
EDIT USER BOOK
Example Prompts:
"Login for the following username:user<web_agent_id> and password:PASSWORD. Modify your profile to change your last_name to include 'xa', update your website to contain 'star', and set your location to 'Tokyo, Japan'."
"Login for the following username:user<web_agent_id> and password:PASSWORD. Modify your profile to change your last name to include 'blue', ensure your first name does NOT contain 'al', and update your website to include 'al'."
11
BOOK DETAIL
Example Prompts:
"Retrieve details of a book whose genres are NOT in the list [ 'LGBTQ+', 'Literary Fiction', 'Humor' ]"
"Show details for a book with a page count of at least 352 that was published in a year NOT in the list [2021, 2010, 2009] and has a rating equal to 4.7"
12
EDIT BOOK
Example Prompts:
"First, authenticate with username 'user<web_agent_id>' and password 'PASSWORD'. After successful login, edit a book where the page count equals '263' and the genres equal 'Literary Fiction' and the author's name contains 'car'."
"First, authenticate with username 'user<web_agent_id>' and password 'PASSWORD'. Edit a book where the genres equals 'Memoir'."
13
SHOPPING CART
Example Prompts:
"First, authenticate with username 'user<web_agent_id>' and password 'PASSWORD'. Then, add books by author 'Emily St. John Mandel' to the shopping cart that were published AFTER '2002' and have a rating of LESS THAN '4.8'."
"First, authenticate with username 'user<web_agent_id>' and password 'PASSWORD'. Add a book to the shopping cart where the description is NOT 'Bill Gates outlines practical solutions to reduce greenhouse gas emissions and prevent environmental collapse.' and the page count is NOT equal to '560'."
14
PURCHASE BOOK
Example Prompts:
"First, authenticate with username 'user<web_agent_id>' and password 'PASSWORD'. Once logged in, please purchase the book where the author does NOT CONTAIN 'siz', the page count is NOT EQUAL to '352', and the name does NOT CONTAIN 'iek'."
"First, authenticate with username 'user<web_agent_id>' and password 'PASSWORD'. Then, purchase the book where the description does NOT contain 'kgz'."
