input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
What do you think is the most famous game developed by SCS Software? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["developer", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"developer": "SCS Software", "specifier": "famous"}} | 66c91265-5f07-4663-a518-63abac67414a |
NBA 2K16 is a third person sports game created by Visual Concepts that came out in 2015. It has good ratings and includes a multiplayer option. It has a ESRB rating of E 10+. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NBA 2K16", "release_year": 2015, "developer": "Visual Concepts", "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "good", "genres": ["sport"], "player_perspective": ["third person"], "has_multiplayer": true}} | 7a4b0ed6-8b09-41ab-848b-66a0a9994c73 |
Are you talking about the Ancient Cities that is for the PC? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ancient Cities", "platforms": ["PC"]}} | 4018a28d-a1f5-48d4-a6c1-4bf6a62e99bd |
If you want to try an indie first person adventure game, you should check out the 2017 video game called Outlast II. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Outlast II", "release_year": 2017, "genres": ["adventure", "indie"], "player_perspective": ["first person"]}} | 2be7a6bc-77a1-44f3-8238-cd98cc33b2e3 |
Bethesda Game Studios M (for Mature) rated adventure, role-playing game The Elder Scrolls V: Skyrim lets you switch between first and third person perspectives. The game is available through Steam. It's also on the PlayStation, Xbox, Nintendo, and PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "esrb", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls V: Skyrim", "developer": "Bethesda Game Studios", "esrb": "M (for Mature)", "genres": ["adventure", "role-playing"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": true}} | aa9a0413-c923-43ac-ab39-28abe5e5229e |
What do you think about Team17 Digital Ltd's games on Steam like Worms: Reloaded? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Worms: Reloaded", "developer": "Team17 Digital Ltd", "available_on_steam": true}} | a3e4d1be-5d8c-4c1a-89a5-2af509f52369 |
Portal 2 is a first person game with an excellent rating given its elements of platforming mixed with puzzles and shooting. It was produced by Valve Corporation and rated E 10+ (for Everyone 10 and Older). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Portal 2", "developer": "Valve Corporation", "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "excellent", "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"]}} | 29d504b3-65d7-4741-8d32-69fce4d2aab6 |
On September 7, 2018, the new third person action-adventure game, Spider-Man, is being released. It will be available on PlayStation only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Spider-Man", "exp_release_date": "September 7, 2018", "genres": ["action-adventure"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | d892b550-92f9-4378-a4cc-910db25f4ddf |
You mean the Ancient Cities that's on the PC, right? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ancient Cities", "platforms": ["PC"]}} | c40fe136-ed0e-4536-bae0-4b8c58963505 |
Outlast II is an adventure, indie game. It was released in 2017 and sports the first person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Outlast II", "release_year": 2017, "genres": ["adventure", "indie"], "player_perspective": ["first person"]}} | 46fca256-801e-4216-a882-91237ceb03c6 |
The Elder Scrolls V: Skyrim is a first person and third person role-playing adventure game developed by Bethesda Game Studios. It was released for PlayStation, Xbox, Nintendo, PC, and Steam with an M (for Mature) rating. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "esrb", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls V: Skyrim", "developer": "Bethesda Game Studios", "esrb": "M (for Mature)", "genres": ["adventure", "role-playing"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": true}} | c56fb11f-0ba1-4b85-a5ad-7d690639ab52 |
Metro 2033 is an action, role-playing shooter that is playable on Xbox and PC and is available on Steam. It was not released for Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metro 2033", "genres": ["action", "role-playing", "shooter"], "platforms": ["Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 4d5c56ca-00f4-477f-8bf5-a029674328da |
If you like music games, then you should try the Xbox video game created by Konami called Dance Dance Revolution Universe 3. Note, however, that it has rather poor ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dance Dance Revolution Universe 3", "developer": "Konami", "rating": "poor", "genres": ["music"], "platforms": ["Xbox"]}} | b3ef0225-dde2-4963-aad1-d30b577a56e4 |
Do you mean the PC game, Ancient Cities? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ancient Cities", "platforms": ["PC"]}} | 82e7e5e6-5007-4d80-bdcb-bc7aa0586244 |
Earlier, you mentioned enjoying Little Nightmares. Would you say that you feel similarly about other adventure puzzle platformers made by Tarsier Studios? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Little Nightmares", "developer": "Tarsier Studios", "rating": "good", "genres": ["adventure", "platformer", "puzzle"]}} | e9ea7303-830d-4f54-a98f-3f8e13bfee83 |
Driver is a third person driving simulation game without multiplayer support. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Driver", "genres": ["driving/racing", "simulation"], "player_perspective": ["third person"], "has_multiplayer": false}} | 5c4ac7f6-c5b6-4249-bee0-62cba304d792 |
Metro 2033 is an action, role-playing shooter game developed for the Xbox and PC. The game is currently available on Steam but does not have a Linux or Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metro 2033", "genres": ["action", "role-playing", "shooter"], "platforms": ["Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 84d9fc42-d7fc-442d-b798-4c903ec3a413 |
The 2014 indie game, The Vanishing of Ethan Carter, is a decent adventure game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "rating": "average", "genres": ["adventure", "indie"]}} | ae5b6702-8e0f-4bf6-b05e-073457d3b4a0 |
When you mention The Crew 2, are you talking about the game developed by Ivory Tower that's supposed to come out on June 29, 2018? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "exp_release_date", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "The Crew 2", "exp_release_date": "June 29, 2018", "developer": "Ivory Tower"}} | d21b645b-ce18-4960-94e6-b3f2725358cb |
You said earlier that you liked Little Nightmares. Do you tend to enjoy adventure games with platforming and puzzles from Tarsier Studios? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Little Nightmares", "developer": "Tarsier Studios", "rating": "good", "genres": ["adventure", "platformer", "puzzle"]}} | deb77498-508c-4a3b-8743-b1f7208ef358 |
Driver is a third person driving simulator with a single-player mode only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Driver", "genres": ["driving/racing", "simulation"], "player_perspective": ["third person"], "has_multiplayer": false}} | 4f844099-a383-435a-973f-59081f678851 |
Metro 2033 is an action shooter RPG available on Xbox and PC. You can get it on Steam now, but there isn't a Mac or Linux release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metro 2033", "genres": ["action", "role-playing", "shooter"], "platforms": ["Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 3fd0e0e3-6756-414f-80e2-5350154e8b48 |
Portal 2 is one of my favorite first person shooter, platformer puzzle games. It was created by Valve Corporation and is rated E 10+ (for Everyone 10 and Older). It is an excellent game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Portal 2", "developer": "Valve Corporation", "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "excellent", "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"]}} | 4e683237-2958-47ac-a3e7-79de1d4ebcf8 |
Do you mean The Crew 2, to be released by Ivory Tower on June 29, 2018? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "exp_release_date", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "The Crew 2", "exp_release_date": "June 29, 2018", "developer": "Ivory Tower"}} | 87903124-8cb6-4bbb-810a-7b836d3ad882 |
I remember you telling me that Little Nightmares was a good game. Do you normally like adventure platformers with puzzle elements that are developed by Tarsier Studios? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Little Nightmares", "developer": "Tarsier Studios", "rating": "good", "genres": ["adventure", "platformer", "puzzle"]}} | 2d02774f-fcf1-4be5-b811-502b8e6f080e |
Driver is a driving simulation game played from the third person perspective. The game cannot be played multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Driver", "genres": ["driving/racing", "simulation"], "player_perspective": ["third person"], "has_multiplayer": false}} | d50a98c6-5ed7-4577-adc2-fd7373f1f2f2 |
You said earlier that you liked Need for Speed: Most Wanted. Are you a fan in general of games by EA Redwood Shores from 2005? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "release_year": 2005, "developer": "EA Redwood Shores", "rating": "good"}} | ce11aaaf-165f-4b13-8e74-9ac1e17f56e3 |
Portal 2 is an excellent puzzle and shooter platformer game that is in first person. It was developed by the Valve Corporation and is rated E 10+ (for Everyone 10 and Older). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Portal 2", "developer": "Valve Corporation", "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "excellent", "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"]}} | 38893c0e-98b7-4f85-a925-13f83a91f0f6 |
Nintendo's platformer Super Mario World, which was released back in 1990, is still a good choice for everyone according to the entertainment rating board. Developed by Nintendo EAD, the game offers a side view perspective and multiplayer features. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "genres": ["platformer"], "player_perspective": ["side view"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | 3b137278-3add-43f6-9fbf-d96a2331e94d |
Do you mean The Crew 2 that's coming out June 29, 2018, by Ivory Tower? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "exp_release_date", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "The Crew 2", "exp_release_date": "June 29, 2018", "developer": "Ivory Tower"}} | fff1dc66-6dcc-4e62-98c6-c426bb87f2ff |
You said you were not really into Skyforge. Do you find hack-and-slash adventure MMORPG games not interesting? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Skyforge", "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"]}} | 1e81d101-a39b-4154-9e99-3ee62c32f7c7 |
Earlier you said that Tetris was a really excellent game, and so I'm wondering something now. Do you think Nintendo is simply the best platform for such arcade puzzle strategy games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tetris", "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "platforms": ["Nintendo"]}} | e5d75ffb-ec40-4f2f-b07f-8a6b6b83a37c |
You indicated that you liked Need for Speed: Most Wanted. Are you typically into games by EA Redwood Shores from 2005? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "release_year": 2005, "developer": "EA Redwood Shores", "rating": "good"}} | 15c476ef-f453-4ebf-b377-56839fdabfb0 |
F1 2014 is a driving/racing game that has multiplayer. The sport simulation game can be played in either first person or third person and is available on PlayStation, Xbox or PC. The game can be played from Steam but is not on Mac or Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "F1 2014", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 12888387-f670-4326-8e56-3b8231d96965 |
Metroid Prime Pinball is a Nintendo pinball puzzle game from Fuse Games. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "developer": "Fuse Games", "genres": ["pinball", "puzzle"], "platforms": ["Nintendo"]}} | cb3c5c8b-342a-499c-8aa5-5fc55fdec4da |
You felt that Worms: Reloaded was just an average game. Would you say that you often feel similarly about other action strategy platformers? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Worms: Reloaded", "rating": "average", "genres": ["action", "platformer", "strategy"]}} | 856f2a1f-32ec-430e-9700-c363c5ec58ac |
Do you dislike all hack-and-slash adventure MMORPGs, or just Skyforge in particular? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Skyforge", "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"]}} | 7482359b-9cc8-4e09-a68c-f8df45506317 |
You mentioned earlier that you love Tetris. Are you typically about arcade games on Nintendo involving puzzles and strategy? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tetris", "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "platforms": ["Nintendo"]}} | cc69e64e-fca7-4c3b-8791-ee0d76a65bef |
So you thought Need for Speed: Most Wanted was decent. Do you think there were other good racing games from EA Redwood Shores released in 2005? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "release_year": 2005, "developer": "EA Redwood Shores", "rating": "good"}} | 7098f960-9820-414a-9e27-a6c167e4de2a |
The first and third person sport racing simulation game, F1 2014, is available on PlayStation, Xbox and PC. The game has no Linux or Mac release but is available on Steam and features a multiplayer mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "F1 2014", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 3c6dc21d-1956-43e7-b2e9-7a25cb9e9c47 |
Call of Duty: Advanced Warfare is an action FPS that released to average reviews on PlayStation, Xbox, and PC. It's available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Call of Duty: Advanced Warfare", "rating": "average", "genres": ["action", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 8d1d202b-68ac-485a-b338-f5c004d3720c |
So I remember that Worms: Reloaded was a game you thought was decent but not great. Do you just find all strategy action platformers to be like that? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Worms: Reloaded", "rating": "average", "genres": ["action", "platformer", "strategy"]}} | e12a9c58-0b24-45c3-a442-3eac534f8c31 |
You said Skyforge stunk. Don't you say that about most adventure hack-and-slash MMORPG games though? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Skyforge", "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"]}} | c210ee2b-3d68-4e02-8c62-c076cf103875 |
You said that you're all about Tetris. Is this the case for all puzzle and strategy arcade games from Nintendo? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tetris", "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "platforms": ["Nintendo"]}} | 1dc5fb7e-6275-4f13-8abf-9089fc1f4bb5 |
I wonder why you love PC games made by Square so much. | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Square", "rating": "excellent", "platforms": ["PC"]}} | 94c5eb13-2db5-4cac-afe3-a4595c82ab2e |
Unavailable on Mac and Linux? That's just fine, since it's going to be available on PlayStation, Xbox, and PC, that makes up for those small problems easily. I heard it's available on Steam. What game am i talking about? Oh, it's a sport racing simulation game called F1 2014. It's in the first person view and you can switch it to third person if you don't like first. It has multiplayer so we can jam out all night if you want. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "F1 2014", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | d375e6e4-b887-42f1-a0a2-ceaf79250b4f |
The Forest of Doom is an average game for the PC, Linux, and Mac. It's a role-playing, text adventure game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "rating": "average", "genres": ["role-playing", "text adventure"], "platforms": ["PC"], "has_linux_release": true, "has_mac_release": true}} | 48c1623f-8d20-4475-bca7-d7a93581a653 |
Do you find all action strategy platformers lukewarm, or just Worms: Reloaded? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Worms: Reloaded", "rating": "average", "genres": ["action", "platformer", "strategy"]}} | e82720c3-73ac-484b-bbbf-140a3e9ba152 |
Is the Tomb Raider: The Angel of Darkness you mentioned the one that's single-player only and doesn't have a Linux release? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "has_multiplayer": false, "has_linux_release": false}} | a85c5dc9-f150-433c-a132-57ba81ed44c3 |
What do you find so incredible about Square's PC games? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Square", "rating": "excellent", "platforms": ["PC"]}} | db73bdb7-2b09-472d-958c-2065441c0921 |
TrackMania Turbo is a good driving/racing arcade game released in 2016. It is a multiplayer game with first and third person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "TrackMania Turbo", "release_year": 2016, "rating": "good", "genres": ["arcade", "driving/racing"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 64dd6f4d-b26b-4c29-a507-67425d66dfeb |
Are you talking about the Tomb Raider: The Angel of Darkness with a Linux release that doesn't have multiplayer? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "has_multiplayer": false, "has_linux_release": false}} | 7bbda1d7-a5db-404b-9d2e-dc7eabb100de |
What can the PC platform do for games developed by Square that is not available on other platforms? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Square", "rating": "excellent", "platforms": ["PC"]}} | f89cd3d2-f913-4cc3-aadd-4e57749d3b17 |
TrackMania Turbo is a good driving/racing game that came out in 2016. This arcade game can be played multiplayer in the first person or third person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "TrackMania Turbo", "release_year": 2016, "rating": "good", "genres": ["arcade", "driving/racing"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | cf17f389-36f4-421d-b66f-22752ad8edf7 |
I thought that Tom Clancy's Splinter Cell: Chaos Theory was a pretty fun game. I like tactical action games like it and the M rating meant it didn't need to hold back with its content. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "esrb": "M (for Mature)", "rating": "good", "genres": ["action", "tactical"]}} | e10d3a96-3e47-42af-be6e-2c33fb16b217 |
Are you talking about Tomb Raider: The Angel of Darkness? The single-player game that's not available on Linux? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "has_multiplayer": false, "has_linux_release": false}} | 3dfba06d-28b8-4aa3-9ddd-76cfff97637e |
Euro Truck Simulator is a poor driving/racing, simulation game. It's available for PC and Mac, but there was no Linux release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Euro Truck Simulator", "rating": "poor", "genres": ["driving/racing", "simulation"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": true}} | d6bb27ef-8f73-4fdb-a88e-f2c7baa1aff6 |
Age of Wonders II: The Wizard's Throne was a pretty poor game. I'm not sure what was going on in 2002 but all the games released that year are bad, and sadly Age of Wonders II was no exception. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Age of Wonders II: The Wizard's Throne", "release_year": 2002, "rating": "poor"}} | c49571c5-76b6-46e2-a71e-37d2d53f8aab |
TrackMania Turbo is a good arcade racing game from 2016. Players can compete with one another in multiplayer mode with both first and third person perspectives. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "TrackMania Turbo", "release_year": 2016, "rating": "good", "genres": ["arcade", "driving/racing"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 2173a5de-f6ce-4bf9-9ca5-5beccd990adf |
Tom Clancy's Splinter Cell: Chaos Theory is, predictably, an M rated tactical action game. But it works, it's a good game! | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "esrb": "M (for Mature)", "rating": "good", "genres": ["action", "tactical"]}} | 2d8c2bd2-df4a-40ac-bc74-b5e68581feba |
One of my favorite single-player games that got an M rating was Resident Evil 4. Have you ever played it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Resident Evil 4", "esrb": "M (for Mature)", "has_multiplayer": false}} | 26142910-f584-4a56-aeda-fb7e1a6f3f69 |
If you're a fan of simulation games, and especially ones where you are driving/racing, look no further than Euro Truck Simulator. Although it is a poor game it is available on Mac and PC but there is no Linux release in sight so far. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Euro Truck Simulator", "rating": "poor", "genres": ["driving/racing", "simulation"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": true}} | ac25d50d-812a-4a85-898a-7355046c0ab1 |
I thought that Age of Wonders II: The Wizard's Throne was released too early in 2002. It felt rushed and I didn't enjoy it. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Age of Wonders II: The Wizard's Throne", "release_year": 2002, "rating": "poor"}} | 847bce70-8091-4931-a38d-94b9c92cd3c4 |
For a role-playing adventure, try The Elder Scrolls V: Skyrim. It is available on PlayStation, Xbox, Nintendo, and PC, and can be downloaded on Steam. There is no Mac or Linux release, however. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls V: Skyrim", "genres": ["adventure", "role-playing"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 95acc479-256f-4968-8e73-600f1a4f8cc9 |
You found The Elder Scrolls V: Skyrim to be enjoyable. Do you often find first person perspective games like that fun? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Elder Scrolls V: Skyrim", "rating": "good", "player_perspective": ["first person"]}} | b690ffb5-0e52-41a0-bb61-f3becef58ba4 |
Speaking of M rated single-player games, have you heard of Resident Evil 4? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Resident Evil 4", "esrb": "M (for Mature)", "has_multiplayer": false}} | c979c149-9dcd-4247-af89-ac91bd42b853 |
Euro Truck Simulator is a driving simulation game released for the PC and Mac. The game has been reviewed poorly and does not offer a Linux release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Euro Truck Simulator", "rating": "poor", "genres": ["driving/racing", "simulation"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": true}} | 95eaa289-94dc-494a-bfd8-98d04e8ecb62 |
I hate playing older games like Age of Wonders II: The Wizard's Throne. It's from 2002, why not play something new? | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Age of Wonders II: The Wizard's Throne", "release_year": 2002, "rating": "poor"}} | 06be22ac-55bf-4cdf-8595-0983714fa5f0 |
Outlast II is an indie adventure game released in 2017 and with an average user rating. It can be played on PlayStation, Xbox, Nintendo Switch and PC. It is a single-player game that has been released on Mac, but not Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Outlast II", "release_year": 2017, "rating": "average", "genres": ["adventure", "indie"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "has_linux_release": false, "has_mac_release": true}} | 7740134c-6949-40ce-9e17-0ae72bdaff01 |
I seem to recall that you thought The Elder Scrolls V: Skyrim was pretty good. Do you generally enjoy games with the first person perspective? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Elder Scrolls V: Skyrim", "rating": "good", "player_perspective": ["first person"]}} | df3e0e7e-9db4-44ed-80d5-d9f9fd27c7bd |
Since you like M rated single-player games, then you'd love Resident Evil 4. Have you given that a whirl? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Resident Evil 4", "esrb": "M (for Mature)", "has_multiplayer": false}} | 4fb6545f-7ca3-4835-8b45-1b45a7d16d35 |
What's the newest game from Red Entertainment Corporation that you've played? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["developer", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"developer": "Red Entertainment Corporation", "specifier": "newest"}} | 077ce768-9b3b-4f25-a847-30041f5c75a4 |
An excellent single-player only, action-adventure tactical shooter is Metal Gear Solid 3: Snake Eater. The player can choose among first person, third person, and even bird view perspective. It was released for PlayStation in 2004. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "release_year": 2004, "rating": "excellent", "genres": ["action-adventure", "shooter", "tactical"], "player_perspective": ["bird view", "first person", "third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | 025655b4-b273-4d21-b374-fe55f254c775 |
Undertale from 2015 is an excellent indie adventure role-playing game, but it doesn't have multiplayer. It can be played on PlayStation, Nintendo Switch, PC, Linux, or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "release_year": 2015, "rating": "excellent", "genres": ["adventure", "indie", "role-playing"], "has_multiplayer": false, "platforms": ["PlayStation", "Nintendo Switch", "PC"], "has_linux_release": true, "has_mac_release": true}} | 4704dd29-2cc5-481c-814d-c5018f46e4e7 |
I know you thought The Elder Scrolls V: Skyrim was a pretty fun game. In general, do you tend to enjoy first person games like that? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Elder Scrolls V: Skyrim", "rating": "good", "player_perspective": ["first person"]}} | bc861f86-2b8d-4c0c-b6cb-44d0c3aff5eb |
Tom Clancy's Splinter Cell: Chaos Theory is a solid addition to any gamer's collection. Planning out the defeat of my enemies is always refreshing in this gritty M rated tactical action game. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "esrb": "M (for Mature)", "rating": "good", "genres": ["action", "tactical"]}} | 6a302718-560c-4a1c-af42-1e45a00b071b |
Do you like action role-playing shooters that are rated M (for Mature), such as Metro 2033? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Metro 2033", "esrb": "M (for Mature)", "genres": ["action", "role-playing", "shooter"]}} | 270e6a93-9b39-45b6-b76a-560ffc07a311 |
Do you know what the newest game that Red Entertainment Corporation made is? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["developer", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"developer": "Red Entertainment Corporation", "specifier": "newest"}} | 7f74c1f2-6e01-42b6-af93-e9f72c0cea7a |
Metal Gear Solid 3: Snake Eater is an excellent action-adventure tactical shooter that came out in 2004 for PlayStation only. This game can be played in the bird view, first person, or third person view, but has no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "release_year": 2004, "rating": "excellent", "genres": ["action-adventure", "shooter", "tactical"], "player_perspective": ["bird view", "first person", "third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | 9c12abb9-5459-4ae2-96ef-c231d8474d3c |
Ah, the Grand Theft Auto V from 2013 is what you mean, correct? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}}, "required": ["name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Grand Theft Auto V", "release_year": 2013}} | 2db65db5-166f-4ed9-8d1c-71d547fcc23b |
What is your opinion on action shooter games with RPG elements rated M (for Mature), like Metro 2033? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Metro 2033", "esrb": "M (for Mature)", "genres": ["action", "role-playing", "shooter"]}} | bb9e9e42-8b6f-4913-9dd4-7da0f546f6b2 |
What's the newest game made by Red Entertainment Corporation? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["developer", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"developer": "Red Entertainment Corporation", "specifier": "newest"}} | eefe0d41-a50e-4417-a3e5-9722102b2ce7 |
Metal Gear Solid 3: Snake Eater is an excellent action-adventure tactical shooter that was only released on PlayStation in 2004. It lets you choose between first and third- person with a bird view. Unfortunately, there's no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "release_year": 2004, "rating": "excellent", "genres": ["action-adventure", "shooter", "tactical"], "player_perspective": ["bird view", "first person", "third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | 8395698f-fec4-4724-8d1e-4a92328ba4a7 |
Assassin's Creed II is an action-adventure game released for PlayStation, Xbox, and PC. The single-player experience was released for Mac but does not offer a Linux release. Critical reception was good for the platformer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed II", "rating": "good", "genres": ["action-adventure", "platformer"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": true}} | 8a2111b0-4ed9-4abb-92ac-91802511a476 |
Do you mean Grand Theft Auto V from 2013? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}}, "required": ["name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Grand Theft Auto V", "release_year": 2013}} | 619d6d8a-e08c-465b-8965-c706ed64fa47 |
The Elder Scrolls V: Skyrim, is an adventure type role-playing game. You can get it for PlayStation, Xbox, Nintendo, as well as PC via Steam, but there is not Linux or Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls V: Skyrim", "genres": ["adventure", "role-playing"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 4b2da057-c232-4c8a-9ed5-27faee871664 |
Do you like M rated action shooter RPGs like Metro 2033? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Metro 2033", "esrb": "M (for Mature)", "genres": ["action", "role-playing", "shooter"]}} | f6d967d8-1452-4ea6-b8b9-9c48fe1a3004 |
Are you talking about BioShock, the PC game you can buy on Steam? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "BioShock", "platforms": ["PC"], "available_on_steam": true}} | 3cf9bf35-956c-44df-8e45-4f330a068891 |
The 2015 third person role-playing game, Life is Strange, has received good ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Life is Strange", "release_year": 2015, "rating": "good", "genres": ["role-playing"], "player_perspective": ["third person"]}} | e2564a95-3a82-4f79-91c8-060fe64cd987 |
You have to try this game, Sid Meier's Civilization V. It's a really good turn-based simulation strategy game. It has multiplayer and it is rated E 10+ (for Everyone 10 and Older). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "good", "genres": ["simulation", "turn-based strategy"], "has_multiplayer": true}} | 99a29a74-7f4e-40c4-9a68-80ea4fcaa4e4 |
By Grand Theft Auto V you mean the game that came out in 2013, right? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}}, "required": ["name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Grand Theft Auto V", "release_year": 2013}} | d0a15362-3342-48a1-8bda-d48face5f5c5 |
Do you happen to enjoy multiplayer PlayStation games like Tony Hawk's Pro Skater 3? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Tony Hawk's Pro Skater 3", "has_multiplayer": true, "platforms": ["PlayStation"]}} | d826abe5-dfa7-4aea-bb1a-e983b0713e9c |
Is the BioShock you're talking about the one for the PC that you can get on Steam? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "BioShock", "platforms": ["PC"], "available_on_steam": true}} | bc82e950-5ace-4d3f-ad55-9d7afdca1687 |
Life is Strange is a good third person role-playing game released in 2015. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Life is Strange", "release_year": 2015, "rating": "good", "genres": ["role-playing"], "player_perspective": ["third person"]}} | caeb52f2-9c9d-46e8-ae6a-1bcf624a67bb |
While we're on the subject of first person games made by Sledgehammer Games, did you ever play Call of Duty: Advanced Warfare? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Call of Duty: Advanced Warfare", "developer": "Sledgehammer Games", "player_perspective": ["first person"]}} | 22524c0d-de4f-4b87-b977-197e1c037635 |
You've got me wondering now, have you played any PlayStation games that have multiplayer, like for example Tony Hawk's Pro Skater 3? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Tony Hawk's Pro Skater 3", "has_multiplayer": true, "platforms": ["PlayStation"]}} | b897d9b8-4cc8-45a9-b633-d3b7edc52541 |
BioShock, that game that's available through Steam on the PC? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "BioShock", "platforms": ["PC"], "available_on_steam": true}} | ce5ce692-cd2b-4539-a87d-437312c6b529 |
Life is Strange is a good 2015 third person RPG. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Life is Strange", "release_year": 2015, "rating": "good", "genres": ["role-playing"], "player_perspective": ["third person"]}} | 4b70d25d-ecae-4c99-b30d-1ed8b8cb363b |
You ever hear of Call of Duty: Advanced Warfare? You been living under a rock? It's the next first person perspective game from Sledgehammer Games. | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Call of Duty: Advanced Warfare", "developer": "Sledgehammer Games", "player_perspective": ["first person"]}} | 47bbe587-5631-4e11-bffa-5c55073b6225 |
have you given any multiplayer PlayStation games a try, like Tony Hawk's Pro Skater 3? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Tony Hawk's Pro Skater 3", "has_multiplayer": true, "platforms": ["PlayStation"]}} | 2ba752fd-1dd9-44d4-ab11-8970d59b683d |