input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
The Elder Scrolls V: Skyrim is an adventure RPG that came out in 2011. It's rated M (for Mature). | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls V: Skyrim", "release_year": 2011, "esrb": "M (for Mature)", "genres": ["adventure", "role-playing"]}} | 10f7d332-633e-4482-bf1e-76a7fc946b36 |
You mentioned disliking Dance Dance Revolution Universe 3. Are you generally not fond of music games from Konami? | {"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": "Dance Dance Revolution Universe 3", "developer": "Konami", "rating": "poor", "genres": ["music"]}} | 77bd052a-2689-47b7-ab7e-a3aa21edd73c |
Warcraft III: Reign of Chaos is a multiplayer real-time strategy game that has received excellent 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Warcraft III: Reign of Chaos", "rating": "excellent", "genres": ["real-time strategy"], "has_multiplayer": true}} | 4bc6db90-6b39-453e-8224-0f6c9f23e241 |
The sport racing, E rated for everyone, Assetto Corsa was released in 2014 for PlayStation, Xbox, and PC. The multiplayer driving simulation game has a Linux release but not 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"}, "esrb": {"title": "Esrb", "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": ["esrb", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assetto Corsa", "release_year": 2014, "esrb": "E (for Everyone)", "genres": ["driving/racing", "simulation", "sport"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": true, "has_mac_release": false}} | 95ac69d9-55bf-411f-8cdf-ef49d75781c3 |
An excellent action-adventure puzzle game is Silent Hill 2 from 2001. | {"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": "Silent Hill 2", "release_year": 2001, "rating": "excellent", "genres": ["action-adventure", "puzzle"]}} | 6e19d4d2-9690-4968-af90-16c75231b7ad |
If you don't mind me asking, what is it about the games available on Steam that you find enjoyable? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "available_on_steam": true}} | 82b3d896-df0f-4200-9d7e-c196cdd99a36 |
Warcraft III: Reign of Chaos is a real-time strategy game that can 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Warcraft III: Reign of Chaos", "genres": ["real-time strategy"], "has_multiplayer": true}} | c5fdb2b0-59a7-4e2e-ad03-23977fde3fc8 |
In our conversation you mentioned liking World of Warcraft. Would you say the adventure MMORPG genre is one of your favorites? | {"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": "World of Warcraft", "rating": "good", "genres": ["adventure", "MMORPG"]}} | 90d1cb1a-9d3e-457b-bff8-5d924131ac49 |
For an excellent real-time strategy with multiplayer, check out Warcraft III: Reign of Chaos. | {"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"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Warcraft III: Reign of Chaos", "rating": "excellent", "genres": ["real-time strategy"], "has_multiplayer": true}} | 69a565d3-2542-420c-909e-f4de6514e38a |
Silent Hill 2 is an excellent action-adventure puzzle game from 2001. | {"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": "Silent Hill 2", "release_year": 2001, "rating": "excellent", "genres": ["action-adventure", "puzzle"]}} | 07889bb6-60b2-4390-b731-f27968d20d33 |
What is it you like about games on Steam? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "available_on_steam": true}} | ce2efe3b-d56b-47c3-adb1-1c93972e0b62 |
NBA 2K16 is a good sports 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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NBA 2K16", "rating": "good", "genres": ["sport"]}} | 78887575-d229-444d-9abe-6df95133e51b |
You had good things to say about Need for Speed: Most Wanted. Is that usually your opinion of games with a third 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": "Need for Speed: Most Wanted", "rating": "good", "player_perspective": ["third person"]}} | 6832a47b-9612-4420-89fe-e9e9f053db75 |
Warcraft III: Reign of Chaos is an excellent multiplayer real-time strategy game, a must have for any gamer. | {"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"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Warcraft III: Reign of Chaos", "rating": "excellent", "genres": ["real-time strategy"], "has_multiplayer": true}} | 3e8e1eb0-913d-4d81-b6f1-e285bdc45c5f |
Silent Hill 2 is a great action-adventure puzzle game released in 2001. | {"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": "Silent Hill 2", "release_year": 2001, "rating": "excellent", "genres": ["action-adventure", "puzzle"]}} | d553bd39-7da7-4138-9867-dc94c20de205 |
Metroid Prime Pinball is a pinball puzzle game developed by Fuse Games. The game received an E (for Everyone) rating and has multiplayer support. It's exclusively available for Nintendo. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "developer": "Fuse Games", "esrb": "E (for Everyone)", "genres": ["pinball", "puzzle"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | ca92dbff-7ef9-46d0-9618-aaf05ff8a278 |
Out of all the games made by Tin Man Games, what do you think is the most boring? | {"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": "Tin Man Games", "specifier": "boring"}} | ef164f82-f1d4-4f82-80a4-04434306000a |
Lara Croft and the Temple of Osiris is an average multiplayer action-adventure shooter that incorporates puzzle solving. It's a game from 2014 with a T (for Teen) 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Lara Croft and the Temple of Osiris", "release_year": 2014, "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure", "puzzle", "shooter"], "has_multiplayer": true}} | 74f6e18b-ff97-4458-a4cd-8487e6fbafdb |
You said earlier that you enjoyed Need for Speed: Most Wanted. Do you like playing other PlayStation games with multiplayer? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "has_multiplayer": true, "platforms": ["PlayStation"]}} | 9b8784c5-b0b0-42da-af20-335a83a94325 |
Red Entertainment Corporation put out a text adventure game called Nightshade. It is a PC only release that can be found on Steam. It currently doesn't support Linux or Mac though. | {"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"}, "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", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Nightshade", "developer": "Red Entertainment Corporation", "genres": ["text adventure"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 23b01266-e99c-4579-b30b-034053804e99 |
Assassin's Creed II by Ubisoft Montreal is an action-adventure platformer with good ratings. It is available on PlayStation, Xbox, PC, and Mac, but is not on Linux. It is 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"}, "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"}, "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", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed II", "developer": "Ubisoft Montreal", "rating": "good", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | e881cfbb-0986-4000-8202-e9f137c4fea4 |
Tom Clancy's Splinter Cell: Chaos Theory is a 2005 action-tactical multiplayer game, and it is set in first and third person. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 6bde005e-7825-4ed6-9b6e-288c5b4b269b |
Metroid Prime Pinball is a pinball puzzle game by Fuse Games for Nintendo. This game is rated E (for Everyone), and it has 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"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "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"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "developer": "Fuse Games", "esrb": "E (for Everyone)", "genres": ["pinball", "puzzle"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | 4dc1f221-d888-4603-80d4-c8db65b2a65d |
Are there any boring games from Tin Man Games that you know of? | {"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": "Tin Man Games", "specifier": "boring"}} | f3d1c730-20f0-47e3-8838-3a63c32230d1 |
You said that you like to play Little Nightmares. Does it mean that you regularly play other Tarsier Studios' titles on PlayStation? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Little Nightmares", "developer": "Tarsier Studios", "rating": "good", "platforms": ["PlayStation"]}} | bd77f191-bf07-44a2-9338-cd7a9d617336 |
Red Entertainment Corporation developed Nightshade, a text adventure game for PC only. It is available on Steam, but there is no 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"}, "developer": {"title": "Developer", "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", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Nightshade", "developer": "Red Entertainment Corporation", "genres": ["text adventure"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 70f5d681-8f5e-4b63-a85b-2ebd7caac731 |
Assassin's Creed II released by Ubisoft Montreal is a good action-adventure, platformer that is available on Steam, It was also released on PlayStation, Xbox, and PC. It's available for Mac, but not for 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"}, "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"}, "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", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed II", "developer": "Ubisoft Montreal", "rating": "good", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | 0b468031-74dc-4d6a-910d-914c925fae6e |
Tom Clancy's Splinter Cell: Chaos Theory is a tactical action game that came out in 2005. This game can be played from either the first person or third person perspective, and you can play 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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | f51ddadc-079e-400b-a45e-180905e66b07 |
What's the most boring game made by Tin Man Games 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": "Tin Man Games", "specifier": "boring"}} | 5e757c89-ca83-434e-83de-dbf4efb08960 |
Mirror's Edge Catalyst by EA Digital Illusions CE is from 2016. It is an average action-adventure fighting game rated T (for Teen) and has first person view. | {"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"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Mirror's Edge Catalyst", "release_year": 2016, "developer": "EA Digital Illusions CE", "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure", "fighting"], "player_perspective": ["first person"]}} | 0fc8bbef-0996-4400-800f-79cf27e353e8 |
You said that you liked Far Cry 3. Do you regularly play games from Ubisoft Massive on PC? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Far Cry 3", "developer": "Ubisoft Massive", "rating": "good", "platforms": ["PC"]}} | 8557f77b-a4b0-4835-b9af-e56365ef3562 |
Nightshade is a text adventure by Red Entertainment Corporation for PC only. This game is available on Steam and is not available 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"}, "developer": {"title": "Developer", "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", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Nightshade", "developer": "Red Entertainment Corporation", "genres": ["text adventure"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 099f3634-6123-4219-907e-cd051e7bceae |
Assassin's Creed II is a good action-adventure, platformer developed by Ubisoft Montreal. It released for PlayStation, Xbox, and PC, and it's available on Steam and has a Mac version but no Linux version. | {"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"}, "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", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed II", "developer": "Ubisoft Montreal", "rating": "good", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | a29dff7b-3e17-4c38-91ad-5e98534beb96 |
Tom Clancy's Splinter Cell: Chaos Theory is a tactical action game that was released in 2005. It has multiplayer capabilities and is played in 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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 8b7cfdc1-8419-4afe-9c94-a51b6aa17881 |
Do you like to play PC games like Might & Magic: Heroes VI? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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": "suggest", "arguments": {"name": "Might & Magic: Heroes VI", "platforms": ["PC"]}} | 1d216744-4863-4a71-8338-61dea296b843 |
You mentioned earlier that you liked Metro 2033. Do you regularly play first person action games with role-playing and shooting? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Metro 2033", "rating": "good", "genres": ["action", "role-playing", "shooter"], "player_perspective": ["first person"]}} | 98b4a4bf-7c9b-47d8-ba67-dae149650dd5 |
RollerCoaster Tycoon is a pretty fun game. I enjoy strategy simulators like it and would even call it great, but its lack of a Mac release holds it back a tiny bit. | {"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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "RollerCoaster Tycoon", "rating": "good", "genres": ["simulation", "strategy"], "has_mac_release": false}} | 40058dac-664d-4b2b-b2d5-01882253c8a8 |
You seem to be not too fond of multiplayer bird's eye view games, can you help me understand why that is? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "average", "player_perspective": ["bird view"], "has_multiplayer": false}} | af3a53a0-33bb-4a28-8299-1b7816e3508d |
Layers of Fear, the first person PlayStation game? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Layers of Fear", "player_perspective": ["first person"], "platforms": ["PlayStation"]}} | b8cb3595-8fa4-44ae-97f3-71cda6ca8ca3 |
If you're looking for a multiplayer pinball puzzle game that is only available on Nintendo, you might like Metroid Prime Pinball. It is rated E (for Everyone) and was developed by 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"}, "esrb": {"title": "Esrb", "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"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "developer": "Fuse Games", "esrb": "E (for Everyone)", "genres": ["pinball", "puzzle"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | c3eaec0a-a84d-4828-bec5-2fe5ef3d2428 |
Do you also play any games on the PC, such as for example Might & Magic: Heroes VI? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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": "suggest", "arguments": {"name": "Might & Magic: Heroes VI", "platforms": ["PC"]}} | b15d0131-800f-4015-a808-e31f1e6107f3 |
Superhot is an average indie tactical shooter from 2016. It runs on PlayStation, Xbox, and PC, and it is supported on both Mac and Linux systems. You can download the game from 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "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", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Superhot", "release_year": 2016, "rating": "average", "genres": ["indie", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | c55e42e8-1307-4f2a-b9b7-b41db66cac31 |
You mentioned disliking Dance Dance Revolution Universe 3. Are you just not about music games on Xbox? | {"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": "Dance Dance Revolution Universe 3", "rating": "poor", "genres": ["music"], "platforms": ["Xbox"]}} | 70f692fa-cd03-4b94-a295-3cd06e828cb1 |
Why do you think single-player bird's eye view games are nothing more than average? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "average", "player_perspective": ["bird view"], "has_multiplayer": false}} | 19f09d85-ed3a-4930-910a-2f257016b57d |
Are you talking about Layers of Fear, the first person perspective game for PlayStation? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Layers of Fear", "player_perspective": ["first person"], "platforms": ["PlayStation"]}} | 308b4778-ef83-459d-8f68-f7e599ede4f1 |
Have you ever played an E 10+ rated game with multiplayer, like NBA 2K16? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "NBA 2K16", "esrb": "E 10+ (for Everyone 10 and Older)", "has_multiplayer": true}} | 061413c2-e74f-45a3-b93e-fd360068d7b7 |
Do you like to play games on PC, like Might & Magic: Heroes VI? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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": "suggest", "arguments": {"name": "Might & Magic: Heroes VI", "platforms": ["PC"]}} | 0551cd10-80e9-46df-ba35-22c1f5873c55 |
Guitar Hero: Smash Hits is a poor first person music game. The game is available on either PlayStation, Xbox, or Nintendo. | {"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"}}, "required": ["genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Guitar Hero: Smash Hits", "rating": "poor", "genres": ["music"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo"]}} | c17001e6-a138-4e41-90b1-a1f499b0257b |
You previously mentioned that Stronghold 2 was merely average. Are you usually unimpressed with multiplayer games on Steam? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Stronghold 2", "rating": "average", "has_multiplayer": true, "available_on_steam": true}} | 79817893-fb8a-4fa5-b86f-675e0e07c1c8 |
Why do you think that single-player only games played from a bird view perspective are often just mediocre? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "average", "player_perspective": ["bird view"], "has_multiplayer": false}} | 2a879fd0-81ad-4759-97c2-875d2b1926dd |
Are you speaking of the first person Layers of Fear game that was released for the PlayStation? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Layers of Fear", "player_perspective": ["first person"], "platforms": ["PlayStation"]}} | 6d62bb2f-2717-46d6-a895-f592efb153a5 |
Do you like multiplayer games rated E 10+ (for Everyone 10 and Older), for example, NBA 2K16? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "NBA 2K16", "esrb": "E 10+ (for Everyone 10 and Older)", "has_multiplayer": true}} | 0d575728-7353-40ac-b185-0fbc0ae00be6 |
God of War is an excellent third person action-adventure role-playing platformer that released in 2018, although it does not have 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"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "God of War", "release_year": 2018, "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "has_multiplayer": false}} | f6870dc1-e0f3-4b15-9d02-3145c1e22a41 |
Silent Hill 2 is an action-adventure puzzle game by Konami Computer Entertainment Tokyo. The game is played from a third person perspective. It was released for PlayStation, Xbox, and PC, but is not 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"}, "developer": {"title": "Developer", "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", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Silent Hill 2", "developer": "Konami Computer Entertainment Tokyo", "genres": ["action-adventure", "puzzle"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false}} | 6b40c04b-58ea-4cc3-b6ee-3c54d6ce2068 |
I remember you mentioning that The Vanishing of Ethan Carter was so-so in quality. Do you in general feel that way about M rated games released on the Xbox? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Vanishing of Ethan Carter", "esrb": "M (for Mature)", "rating": "average", "platforms": ["Xbox"]}} | 5fb4c19e-9a89-4893-bf85-19a0cb9cb163 |
RollerCoaster Tycoon is a pretty good single-player strategy simulation game. My only tiny gripe with it is that it doesn't run on Mac, so I have to sit at my desktop computer to play 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "RollerCoaster Tycoon", "rating": "good", "genres": ["simulation", "strategy"], "has_mac_release": false}} | 18ed1da5-bbfa-4f43-b96c-241da8c0a722 |
The Sims is a strategy sim available on PlayStation, Xbox, Nintendo, and PC. It's not available on Linux or Steam, though it's available on 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": "The Sims", "genres": ["simulation", "strategy"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}} | eb483482-450e-4363-b1c9-80f1412836ff |
Bus Driver by SCS Software is a poorly rated single-player indie driving simulator that came out in 2014. | {"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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Bus Driver", "release_year": 2014, "developer": "SCS Software", "rating": "poor", "genres": ["driving/racing", "indie", "simulation"], "has_multiplayer": false}} | 1bc745a3-19f4-43ce-8c16-1040a05597c6 |
What do you think about multiplayer E10+ games like NBA 2K16? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "NBA 2K16", "esrb": "E 10+ (for Everyone 10 and Older)", "has_multiplayer": true}} | e69f1d97-620c-42cd-8b11-ec1870a7a883 |
God of War is a 2018 action-adventure platformer with a role-playing aspect. You can play it in the third person perspective but it doesn't have a multiplayer mode. Despite that it has excellent 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "God of War", "release_year": 2018, "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "has_multiplayer": false}} | 8f708735-b711-4e4e-901a-0a980f56ad53 |
Half-Life 2 is an excellent FPS released in 2004. It does not have multiplayer, and is rated M (for Mature). | {"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"}, "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": ["esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Half-Life 2", "release_year": 2004, "esrb": "M (for Mature)", "rating": "excellent", "genres": ["shooter"], "player_perspective": ["first person"], "has_multiplayer": false}} | 86bbc548-2c13-4696-8d00-1c1cc86372d8 |
You mentioned liking Metro 2033. Are you usually a fan of games from 4A Games on Steam? | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Metro 2033", "developer": "4A Games", "rating": "good", "available_on_steam": true}} | d9f83812-76fe-44a4-a966-bcd1b744d7a2 |
I love strategy simulators, so RollerCoaster Tycoon would be a truly excellent game if only it had a Mac release. It's still pretty good without one though. | {"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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "RollerCoaster Tycoon", "rating": "good", "genres": ["simulation", "strategy"], "has_mac_release": false}} | e2acb63e-6b50-4f45-8b0e-170631f66dc5 |
In 2014, SCS Software released an indie driving simulation game, called Bus Driver. This game has no multiplayer and received rather negative 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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Bus Driver", "release_year": 2014, "developer": "SCS Software", "rating": "poor", "genres": ["driving/racing", "indie", "simulation"], "has_multiplayer": false}} | 709eecc0-e055-4fd2-bc9e-8bf026ba6e46 |
You mentioned that Quantum Break wasn't bad, but wasn't all that good either. Do you feel that Xbox adventure shooters are in general 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Quantum Break", "rating": "average", "genres": ["adventure", "shooter"], "platforms": ["Xbox"]}} | cc874bf1-63fc-43f7-b8d6-bfe5e54aa3b6 |
God of War is an excellent action-adventure platformer from 2018. It is a third person role-playing game but it does not have multiplayer functionality. | {"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": "God of War", "release_year": 2018, "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "has_multiplayer": false}} | 74d957c6-fbb4-431e-9665-73fb213a3162 |
Need for Speed: Most Wanted is a good first and third person racing game. It runs on PlayStation, Xbox, Nintendo, and PC, but it is not available for 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"}, "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"}, "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", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "has_linux_release": false, "has_mac_release": false}} | 48385c71-61db-4200-9f6e-e74ab4271fb4 |
You said that you liked Far Cry 3. Do you frequently like to play multiplayer action-adventure shooters? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Far Cry 3", "rating": "good", "genres": ["action-adventure", "shooter"], "has_multiplayer": true}} | c0cdfd3c-ce3b-4f60-9af7-57a668bc2bac |
The Vanishing of Ethan Carter is a game released on Steam in 2014 by The Astronauts. It is an indie adventure game viewed in first person. It is rated M (for Mature) by ESRB and available on PlayStation, Xbox and PC via 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"}, "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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "developer": "The Astronauts", "esrb": "M (for Mature)", "genres": ["adventure", "indie"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 69d2325c-ed3f-42a7-ae5b-05045ed3530b |
Bus Driver is a poor indie driving simulation game by SCS Software from 2014. It does not even feature 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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Bus Driver", "release_year": 2014, "developer": "SCS Software", "rating": "poor", "genres": ["driving/racing", "indie", "simulation"], "has_multiplayer": false}} | f4eec100-7633-42d2-a237-19c9b36aaaa7 |
You said that Quantum Break was nothing special. Do you typically feel similar about playing other adventure shooters on Xbox? | {"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": "Quantum Break", "rating": "average", "genres": ["adventure", "shooter"], "platforms": ["Xbox"]}} | 00481db6-9806-4330-bb12-043755e65527 |
You just mentioned that Small World 2 was not your cup of tea at all. This got me wondering if you find Linux releases just poor versions of their originals. | {"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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Small World 2", "rating": "poor", "has_linux_release": true}} | 5dc69408-38df-425c-8893-da9c8afb2b6a |
You said that you disliked Guitar Hero: Smash Hits. Is it common for you to dislike music multiplayer 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Guitar Hero: Smash Hits", "rating": "poor", "genres": ["music"], "has_multiplayer": true}} | 32e04228-1acd-4e30-b49a-e058c76277cc |
You can get The Vanishing of Ethan Carter by The Astronauts on Steam, PlayStation, Xbox, and PC. It is a first person, indie, adventure game rated M from 2014. | {"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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "developer": "The Astronauts", "esrb": "M (for Mature)", "genres": ["adventure", "indie"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 7a86a1f5-1ba7-4aff-870c-dafe30f9abde |
The Sims is a simulation-strategy game that is available for PlayStation, Xbox, Nintendo, and PC. It can operate on Mac, but it is not released for Linux. It is not 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"}, "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 Sims", "genres": ["simulation", "strategy"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}} | f8511ff7-0b3f-4b2e-aec9-860277f6b3b4 |
You previously mentioned that you found Quantum Break to be average. So are you not commonly into Xbox adventure games featuring shooting? | {"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": "Quantum Break", "rating": "average", "genres": ["adventure", "shooter"], "platforms": ["Xbox"]}} | 908f8395-d7be-4097-a575-487d5b06262c |
Previously you mentioned that you did not like Small World 2. Does it have to do with the Linux release, by any chance? | {"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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Small World 2", "rating": "poor", "has_linux_release": true}} | 75690375-e1d7-42d4-91e4-8cf8905653dc |
I know that you liked Life is Strange. Do you have fun playing third person perspective single-player games in general? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Life is Strange", "rating": "good", "player_perspective": ["third person"], "has_multiplayer": false}} | eb02dde2-5f86-47cd-9cdc-fc2ec5d0e644 |
The Vanishing of Ethan Carter is a decent first person adventure game from 2014, rated M (for Mature). It was developed by the indie studio The Astronauts for PlayStation, Xbox and PC. Oh, and you can get in 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"}, "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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "developer": "The Astronauts", "esrb": "M (for Mature)", "genres": ["adventure", "indie"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | d726b5b5-5520-49b9-8fb8-5727d5ed9c82 |
The Sims is a simulation, strategy game for PlayStation, Xbox, Nintendo, PC, and Mac. It is not currently available through Steam or on 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"}, "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 Sims", "genres": ["simulation", "strategy"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}} | 7a9be845-10da-4bd0-a35c-4111ab78ec35 |
Dance Dance Revolution Universe 3 is a poor music game from 2008 that is for the Xbox. While you can play solo, the game offers a multiplayer mode as well. | {"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"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dance Dance Revolution Universe 3", "release_year": 2008, "rating": "poor", "genres": ["music"], "has_multiplayer": true, "platforms": ["Xbox"]}} | 276ad61c-85d7-4232-9958-57832a219964 |
Do you often have a bad experience with Linux games, or was Small World 2 more of an exception? | {"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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Small World 2", "rating": "poor", "has_linux_release": true}} | b7f4831f-98ac-47d5-af97-601fa83bf104 |
You previously mentioned disliking Tomb Raider: The Angel of Darkness. In general are you not fond of single-player games from Core Design? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "developer": "Core Design", "rating": "poor", "has_multiplayer": false}} | a8039322-4739-4247-b234-9f8a82aa3ed1 |
What's the oldest first person game you know of? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"player_perspective": ["first person"], "specifier": "oldest"}} | e63d2945-02d1-4538-b32e-55d253be43c9 |
Dance Dance Revolution Universe 3 got poor ratings when it came out in 2008. It might have been the worst multiplayer music game for the Xbox. | {"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"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dance Dance Revolution Universe 3", "release_year": 2008, "rating": "poor", "genres": ["music"], "has_multiplayer": true, "platforms": ["Xbox"]}} | 01e9815e-fd0c-4341-a761-59c2d5c65cd7 |
If you're into action-adventure shooters with a tactical angle, try Metal Gear Solid 3: Snake Eater. It was released in 2004 for PlayStation and though it does not have multiplayer support, you can play it from a bird's eye view, or first person or third person as well. It is rated M (for Mature). | {"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"}, "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": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "release_year": 2004, "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter", "tactical"], "player_perspective": ["bird view", "first person", "third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | b59f03b4-f956-4238-82a9-8649a1203125 |
Massive Entertainment developed the tactical shooter and role-playing game Tom Clancy's The Division. The game is for a mature audience and is available on PlayStation, Xbox, PC and 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"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "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"}}, "required": ["available_on_steam", "developer", "esrb", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "developer": "Massive Entertainment", "esrb": "M (for Mature)", "genres": ["role-playing", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 30e64be2-2ff0-41f0-ad1d-c3c5fab16c65 |
I remember you saying that The Forest of Doom was an okay game. Would you say other PC games from 2014 are mostly just okay 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "rating": "average", "platforms": ["PC"]}} | 5ce76f3f-26a8-46c5-b152-ad04395788c7 |
What's the oldest game with a first person perspective that you ever played? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"player_perspective": ["first person"], "specifier": "oldest"}} | ca7945a4-fe82-4cf3-b064-a4c830e4234d |
Tetris is an excellent single-player arcade, strategy puzzle game. You can get it for Nintendo and PC with both Linux and Mac releases, too. And you will find it 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"}, "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", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tetris", "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "has_multiplayer": false, "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": true, "has_mac_release": true}} | 98d8b096-6687-4605-a550-9884454d8a31 |
If you like multiplayer, third person vehicular combat, give MotorStorm: Apocalypse a try. It was released in 2011 on PlayStation. Rated T (for Teen), the game has generally low likeability. | {"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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "MotorStorm: Apocalypse", "release_year": 2011, "esrb": "T (for Teen)", "rating": "poor", "genres": ["vehicular combat"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation"]}} | 16d02fcf-1462-4ea4-87f5-0ec8a81f06c0 |
Dance Dance Revolution Universe 3 was a poor music game for the Xbox in 2008, though it did have 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dance Dance Revolution Universe 3", "release_year": 2008, "rating": "poor", "genres": ["music"], "has_multiplayer": true, "platforms": ["Xbox"]}} | 9e48748a-62ef-4c75-843c-9135de1868e3 |
If you like single-player tactical gaming, Metal Gear Solid 3: Snake Eater (2004) is a single-player action-adventure shooter. It is on PlayStation and operates in bird view, first person, and third person. It is rated M (for mature). | {"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"}, "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": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "release_year": 2004, "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter", "tactical"], "player_perspective": ["bird view", "first person", "third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | e4d6c479-4bdf-4313-abf6-007e145bf967 |
The Forest of Doom is a role-playing text adventure game released in 2014 by Tin Man Games. It has an average rating, but 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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "developer": "Tin Man Games", "rating": "average", "genres": ["role-playing", "text adventure"], "has_multiplayer": false}} | 5d71153c-b5c8-4642-a703-596f10971fff |
You said that The Room was a really excellent game. Do you also love other indie point-and-click puzzle games developed by Fireproof 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"}, "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": "The Room", "developer": "Fireproof Games", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"]}} | 6839e2c1-b06d-4734-8e1a-90e954440039 |
I'm curious, what's the oldest game you ever played that had a first person perspective? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"player_perspective": ["first person"], "specifier": "oldest"}} | ab259438-0943-4e4e-98db-3bb6688b1316 |
Bus Driver was a rare miss for SCS Software. But, that PC game really stunk. | {"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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Bus Driver", "developer": "SCS Software", "rating": "poor", "platforms": ["PC"]}} | 13e98dd9-87a3-444a-8a5c-ace82dafa983 |
Metal Gear Solid 3: Snake Eater was released in 2004 with an M (for Mature) rating. It's an action-adventure, shooter, tactical game that can be played in third person, or changed over to first person. You play from a bird view. No multiplayer is available. The game was released for PlayStation. | {"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"}, "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": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "release_year": 2004, "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter", "tactical"], "player_perspective": ["bird view", "first person", "third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | 5cf6417c-8f4d-4e26-ad8d-fce5b2ed210d |
Tom Clancy's The Division by Massive Entertainment is an average third person tactical shooter RPG. It's on PlayStation, Xbox, and PC available through 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"}, "developer": {"title": "Developer", "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", "developer", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "developer": "Massive Entertainment", "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | c888dce8-c8ad-4748-ae4a-e8aab3bb7907 |
You mentioned earlier that you felt indifferent about The Forest of Doom. Do you often feel the same about other role-playing, text adventure games on Linux? | {"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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "rating": "average", "genres": ["role-playing", "text adventure"], "has_linux_release": true}} | 47a0b789-afdf-4cfa-957d-90b5170e6b2c |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.