
Use Cases
1
FILM DETAIL
Example Prompts:
"Show details for a movie where the name CONTAINS 'odfe'"
"Show details for a movie with a duration of less than 178 minutes that was released in the years 1990, 1972, or 1994"
2
LOGIN
Example Prompts:
"First, authenticate with username '<web_agent_id>' and password 'password123' to log in successfully."
"First, authenticate with username '<web_agent_id>' and password 'password123' to successfully log in."
3
DELETE FILM
Example Prompts:
"Delete a film whose rating equals '4.7' and whose year equals '1972' and that does not contain 'tth' in its name."
"Delete a film directed by someone who is NOT 'Martin Scorsese', with a rating less than 4.7, and released before the year 2014."
4
LOGOUT
Example Prompts:
"First, authenticate with username '<web_agent_id>' and password 'password123' before logging out of the platform."
"First, authenticate with username '<web_agent_id>' and password 'password123' to log out of the platform."
5
FILTER FILM
Example Prompts:
"Filter films released in or after 1999."
"Filter films that are in the genre 'Drama' and were released in or after the year 1994."
6
SEARCH FILM
Example Prompts:
"Search for the movie 'Interestellar'"
"Search for the movie 'The Matrix' in the database"
7
CONTACT
Example Prompts:
"Fill out the contact form with a name that does not contain 'Robert'."
"Go to the contact form page and fill it out with a subject equal to 'Appointment'."
8
REGISTRATION
Example Prompts:
"Please register using username 'newuser<web_agent_id>', email 'newuser<web_agent_id>@gmail.com', and password 'password123'."
"Please register using username 'newuser<web_agent_id>', email 'newuser<web_agent_id>@gmail.com' and password 'password123'."
9
ADD COMMENT
Example Prompts:
"Add a comment to a movie whose content does NOT equal 'classic'."
"Add a comment to a movie that is NOT 'Pulp Fiction' with a comment whose content does NOT equal 'amazing'."
10
EDIT FILM
Example Prompts:
"Modify the film where the name equals 'The Matrix', the rating equals 2.2, the cast contains 'z', and the genres equals 'Thriller'."
"Update the film where the name equals 'Forrest Gump', the genres equals 'Sci-Fi', and the rating is greater than or equal to 2.1."
11
ADD FILM
Example Prompts:
"Add a film that has a director whose name contains 'silver', belongs to the genres that equal 'War', and was released in the year that equals '1964'."
"Add a film where the cast contains 'blue', the year equals '1970', and the genres equals 'Romance'."
12
EDIT USER
Example Prompts:
"Login for the following username:user<web_agent_id> and password:password123. Modify your profile to change your website to something other than 'https://filmjournals.example.io' and update your bio to 'car'."
"Login for the following username:user<web_agent_id> and password:password123. Modify your profile to change your last name to include the word 'movie', select your favorite genres to include 'Mystery', and ensure your website does NOT equal 'https://cinephileworld.example.org'."
