input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
I think Might & Magic: Heroes VI is all right, but nothing special. The bird view perspective is nice and makes it easy to play, but Black Hole Entertainment is not a developer I care for. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Might & Magic: Heroes VI", "developer": "Black Hole Entertainment", "rating": "average", "player_perspective": ["bird view"]}} | 2102f998-dbc0-400a-b467-ca9bb124ff57 |
Outlast II by Red Barrels in 2017 is an indie adventure game for PlayStation, Xbox, Nintendo Switch, and PC. 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "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"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Outlast II", "release_year": 2017, "developer": "Red Barrels", "genres": ["adventure", "indie"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true}} | 412d8e34-3199-4426-9e80-d94c6ef20754 |
Undertale is an excellent indie adventure RPG from 2015 with a bird 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "release_year": 2015, "rating": "excellent", "genres": ["adventure", "indie", "role-playing"], "player_perspective": ["bird view"]}} | 0f13915f-3745-4d73-9cb0-5ec65bf78153 |
The action-adventure shooter and puzzler called Lara Croft and the Temple of Osiris was released for the PlayStation, Xbox and PC with no Linux or Mac versions on offer. | {"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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Lara Croft and the Temple of Osiris", "genres": ["action-adventure", "puzzle", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | ab54a59d-ca3a-4b1e-a0e2-cee0e2ddf4e8 |
If you want an action-adventure game, Tomb Raider: The Last Revelation is a single-player third person puzzle-shooter from 1999. It has good ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tomb Raider: The Last Revelation", "release_year": 1999, "rating": "good", "genres": ["action-adventure", "puzzle", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false}} | dbd826c5-6776-42f6-9b07-8ac1da5df0ce |
SpellForce 3 is real-time strategy, role-playing game. It has received poor ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "SpellForce 3", "rating": "poor", "genres": ["real-time strategy", "role-playing"]}} | ae0d58d6-a07f-4286-91f7-bacef7c5bf21 |
Lara Croft and the Temple of Osiris is an ultimately average T-rated entry in the series. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["esrb", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Lara Croft and the Temple of Osiris", "esrb": "T (for Teen)", "rating": "average"}} | 80ab3f6a-8291-4f52-b1f3-60aec986ecfd |
The sport simulation game, NHL 15, is developed for PlayStation and Xbox only, and rated E 10+ (for Everyone 10 and Older). It is played from a bird view perspective and 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NHL 15", "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["simulation", "sport"], "player_perspective": ["bird view"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox"]}} | dda2fc17-6de2-405c-ae79-3c8d5bdd63e7 |
Outlast II is an indie adventure title developed by Red Barrels. It was released in 2017 on the PlayStation, Xbox, Nintendo Switch, and PC platforms, including availability 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"}, "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", "genres", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Outlast II", "release_year": 2017, "developer": "Red Barrels", "genres": ["adventure", "indie"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true}} | df8b52d8-6aba-404d-9763-3ce983d13327 |
Hey, so you enjoyed BioShock. Is such an action-adventure shooter style of games with RPG elements something you dig? | {"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": "BioShock", "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"]}} | 726b6657-9a49-42a0-9b2b-0e8a3328930a |
Lara Croft and the Temple of Osiris is an action-adventure, puzzle shooter game. It's available for PlayStation, Xbox, and PC, but was not released for Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Lara Croft and the Temple of Osiris", "genres": ["action-adventure", "puzzle", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 466eafd7-67c3-4bfe-8a0f-e0bb2b6ecf87 |
Tomb Raider: The Last Revelation is a solid action-adventure game released in 1999. The single-player experience combines third person shooter mechanics with puzzle solving. | {"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": "Tomb Raider: The Last Revelation", "release_year": 1999, "rating": "good", "genres": ["action-adventure", "puzzle", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false}} | 31806be0-9732-490f-9b8d-ab9048fddca4 |
I've been enjoying playing NBA 2K16 lately. Thanks to it's E 10+ rating and multiplayer functions, I can play it with most of my family. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "NBA 2K16", "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "good", "has_multiplayer": true}} | 54fa9a4a-d7d7-430b-81f9-ee063a85d1c8 |
Uncharted 4: A Thief's End by Naughty Dog is an excellent third person action-adventure shooter. | {"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"}}, "required": ["developer", "genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Uncharted 4: A Thief's End", "developer": "Naughty Dog", "rating": "excellent", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"]}} | 33184f68-08ff-4aae-9a0b-95ca4b796107 |
I remember that you liked BioShock. Do you generally enjoy action-adventure shooters with role-playing elements? | {"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": "BioShock", "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"]}} | 44a102c8-872f-43f9-90f3-36684ca41595 |
Undertale from 2015 is an excellent indie adventure role-playing game, but it doesn't have multiplayer. It can be played on PlayStation, Nintendo Switch, PC, Linux, or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "release_year": 2015, "rating": "excellent", "genres": ["adventure", "indie", "role-playing"], "has_multiplayer": false, "platforms": ["PlayStation", "Nintendo Switch", "PC"], "has_linux_release": true, "has_mac_release": true}} | 85036fe7-d439-4c5b-8702-694fa3355b57 |
You weren't quite fond of Transport Tycoon, I believe. Does it have to do with it only being released for 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"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Transport Tycoon", "rating": "average", "platforms": ["PC"]}} | 13eef65a-f7a3-4227-9022-48f5713903b0 |
I often enjoy a game of Life is Strange. In fact, it's one of the few PC games I like that were released back in 2015. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Life is Strange", "release_year": 2015, "rating": "good", "platforms": ["PC"]}} | acd0b01a-82bd-49f9-a83f-89d9a94526f4 |
Mafia is driving/racing, fighting, shooter game released on the PlayStation, Xbox, and PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Mafia", "genres": ["driving/racing", "fighting", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 8bf2dc42-781f-4230-8126-9fdad8ed4252 |
You said you liked BioShock. So I'm curious, do you tend to enjoy action-adventure role-playing shooters overall? | {"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": "BioShock", "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"]}} | 28233908-9cf7-45c3-afe9-b35468355687 |
If you love adventure and role-playing games, try Undertale, although keep in mind that it's single-player only. It's an excellent indie game from 2015 released for PlayStation, Nintendo Switch, and PC. You can even play it on Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "release_year": 2015, "rating": "excellent", "genres": ["adventure", "indie", "role-playing"], "has_multiplayer": false, "platforms": ["PlayStation", "Nintendo Switch", "PC"], "has_linux_release": true, "has_mac_release": true}} | 3db4c626-348e-47ac-863e-24e403807bc3 |
You seem kind of ambivalent about Transport Tycoon. Is this because it's only 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"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Transport Tycoon", "rating": "average", "platforms": ["PC"]}} | f2d56c78-2c03-483b-8941-52c34cec64af |
Assassin's Creed Chronicles: India is an action-adventure platformer which received poor ratings from players. The game is available on PlayStation, Xbox, PC and has 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed Chronicles: India", "rating": "poor", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 901ac534-5def-402f-9f2e-145dbd5f187c |
Super Mario World is a really amazing game. I love games for the Nintendo like it, and the fact that it has multiplayer just makes it even better. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Super Mario World", "rating": "excellent", "has_multiplayer": true, "platforms": ["Nintendo"]}} | 1bc5f10d-ae77-4693-98fa-33a174fe00c2 |
The bird view simulation strategy game, Transport Tycoon, has gotten average ratings. Unfortunately, there is no multiplayer mode in the 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Transport Tycoon", "rating": "average", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | e9d2527e-923f-4389-bd7e-4357079dd05c |
Bloober Team's Layers of Fear was pretty poor. It's a first person adventure point-and-click indie game available on Steam. You can play it on PlayStation, Xbox, Nintendo Switch, and PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "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": "Layers of Fear", "developer": "Bloober Team", "rating": "poor", "genres": ["adventure", "indie", "point-and-click"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true}} | 86030c5f-a7fb-457a-93ce-42f1f6334271 |
So you mentioned that you thought The Elder Scrolls V: Skyrim was a fun game. Do you have similar thoughts about other M rated 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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["esrb", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Elder Scrolls V: Skyrim", "esrb": "M (for Mature)", "rating": "good"}} | 16fad77b-c39d-4945-a404-54f54248b336 |
If you want an excellent adventure game, try Undertale. It came out in 2015 on PlayStation, Nintendo Switch, and PC. It is an indie role-playing game with no multiplayer option. Undertale is also available on Linux and Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "release_year": 2015, "rating": "excellent", "genres": ["adventure", "indie", "role-playing"], "has_multiplayer": false, "platforms": ["PlayStation", "Nintendo Switch", "PC"], "has_linux_release": true, "has_mac_release": true}} | 164c4c76-b0ac-4d8b-8b72-ebae2f02561d |
You said you felt Transport Tycoon was of average quality. In general, do you just find PC games to be so-so 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Transport Tycoon", "rating": "average", "platforms": ["PC"]}} | c9faab9c-c728-4f50-a778-ce4b62367a2f |
The Last of Us is an excellent third person shooter game that is action-adventure. The game is on PlayStation only and came out in 2013. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Last of Us", "release_year": 2013, "rating": "excellent", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 409fd01c-fecf-48c6-827e-a504688bf735 |
Ubisoft Montreal outdid themselves when they made Tom Clancy's Splinter Cell: Chaos Theory. From the first person perspective it looks so realistic. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "developer": "Ubisoft Montreal", "rating": "good", "player_perspective": ["first person"]}} | 27617167-bf2b-4cf8-a361-55bbe231be50 |
Let's play Never Alone, it's an indie adventure-platformer with a side view 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Never Alone", "genres": ["adventure", "indie", "platformer"], "player_perspective": ["side view"]}} | 0d5f1a5b-63a3-495b-b567-aa64f5cb583a |
I found Layers of Fear to be a rather poor game. It's an indie first person point-and-click adventure made by Bloober Team and released on just about every platform. You can buy it for PlayStation, Xbox, PC through Steam, and the Nintendo Switch, but I'm not sure I'd recommend it unless you were a huge fan of point-and-click adventures. | {"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": "Layers of Fear", "developer": "Bloober Team", "rating": "poor", "genres": ["adventure", "indie", "point-and-click"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true}} | 5717d086-3018-4bfe-a2ed-bcc6b3fc7a89 |
I know you thought that the M rated The Elder Scrolls V: Skyrim was good. Do you generally prefer games that have the M (for Mature) rating? | {"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"}}, "required": ["esrb", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Elder Scrolls V: Skyrim", "esrb": "M (for Mature)", "rating": "good"}} | d85fe1f7-b5a6-4cdf-a1a5-d11d4cd018ff |
Do you know of any really addictive Mac games coming out soon? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"has_mac_release": {"title": "Has Mac Release", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["has_mac_release", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"has_mac_release": true, "specifier": "addictive"}} | 58f29d34-c278-4b80-a253-0f0cba587276 |
What do you think about PlayStation games from 2015 like Undertale? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Undertale", "release_year": 2015, "platforms": ["PlayStation"]}} | aefc7111-9823-47c8-8502-99283a953b9a |
If you enjoy role-playing shooter games with a tactical angle, try Tom Clancy's The Division. It came out in 2016 and it's a game with multiplayer support that has received average ratings. 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"}, "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": "Tom Clancy's The Division", "release_year": 2016, "esrb": "M (for Mature)", "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "has_multiplayer": true}} | 9dd2f2e7-30cd-4c65-aa5b-c39c176aa719 |
Fuse Games maybe did their best with Metroid Prime Pinball, and they easily kept to Nintendo's preferred E rating, but it's just not the game for me. | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Metroid Prime Pinball", "developer": "Fuse Games", "esrb": "E (for Everyone)", "rating": "average"}} | 4f1ee386-32b4-4a09-b18c-634f5887dda0 |
In 2009, Trivial Pursuit was released for those who love trivia or board 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Trivial Pursuit", "release_year": 2009, "genres": ["trivia/board game"]}} | 600ae2a3-f4f6-4bf4-8063-2455eb007bea |
Are you often pleased with M rated games or is it just The Elder Scrolls V: Skyrim? | {"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"}}, "required": ["esrb", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Elder Scrolls V: Skyrim", "esrb": "M (for Mature)", "rating": "good"}} | 5bc68bf3-1ae7-4a23-b4c6-7500aee81fb8 |
Do you know of any addictive games that have a Mac release? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"has_mac_release": {"title": "Has Mac Release", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["has_mac_release", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"has_mac_release": true, "specifier": "addictive"}} | 0d9facb6-9a0f-490a-9275-7c9c225ac810 |
I was wondering, do you enjoy the PlayStation games that came out in 2015, such as Undertale? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Undertale", "release_year": 2015, "platforms": ["PlayStation"]}} | 0376d233-c550-4d68-9858-62159eaa258d |
Metro 2033 is a 2010 single-player action, role-playing shooter. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metro 2033", "release_year": 2010, "genres": ["action", "role-playing", "shooter"], "has_multiplayer": false}} | 553b93f5-36af-48bd-ac17-fa6b8bffbce3 |
I had a good time playing Need for Speed: Most Wanted. I've found that I generally enjoy driving/racing games developed by EA Redwood Shores. | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Need for Speed: Most Wanted", "developer": "EA Redwood Shores", "rating": "good", "genres": ["driving/racing"]}} | 68dc027b-1f58-45b1-aa53-771147d88cb3 |
Tetris by Spectrum HoloByte, Inc is an arcade puzzle-strategy game from 1986. | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tetris", "release_year": 1986, "developer": "Spectrum HoloByte, Inc", "genres": ["arcade", "puzzle", "strategy"]}} | 403441d5-6c80-4db3-94a2-3e9e66857e94 |
I know you really didn't enjoy Skyforge. Do you feel similarly about other 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": "Skyforge", "rating": "poor", "player_perspective": ["third person"]}} | 0c504786-fbfd-43ef-b6b5-1bb14ea44a19 |
Do you know a really addictive game that has a Mac release? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"has_mac_release": {"title": "Has Mac Release", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["has_mac_release", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"has_mac_release": true, "specifier": "addictive"}} | 24a88f1d-520a-47c3-86f9-c4f8ce634700 |
Do you think you would enjoy PlayStation games that came out in 2015, such as Undertale? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Undertale", "release_year": 2015, "platforms": ["PlayStation"]}} | c8ece9d4-db78-4e02-98ae-6363d9c85c8a |
Hellblade: Senua's Sacrifice is a 2017 third person indie adventure hack-and-slash game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hellblade: Senua's Sacrifice", "release_year": 2017, "genres": ["adventure", "hack-and-slash", "indie"], "player_perspective": ["third person"]}} | c8c686cd-1524-492e-a306-71de956d041c |
Ori and the Blind Forest is a truly wonderful game. The mixture of platforming, adventure, and puzzles is really excellent, and the side view perspective just helps all the elements come together nicely. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Ori and the Blind Forest", "rating": "excellent", "genres": ["adventure", "platformer", "puzzle"], "player_perspective": ["side view"]}} | 8d2a0967-82b3-450f-84f0-0d1946f63c74 |
The poor indie point-and-click adventure title Layers of Fear is available on PlayStation, Xbox, Nintendo Switch and PC. The first person game by the Bloober Team 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"}, "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": "Layers of Fear", "developer": "Bloober Team", "rating": "poor", "genres": ["adventure", "indie", "point-and-click"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true}} | 8288b2c4-a9f5-4919-8941-c57293e09041 |
If my memory is right, you said you didn't like Skyforge. Is the third person perspective something you don't like in 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Skyforge", "rating": "poor", "player_perspective": ["third person"]}} | 26569050-3128-4d37-b739-9c7256af7cad |
While we're on the subject of first person driving/racing sport simulators, have you ever heard of Assetto Corsa? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Assetto Corsa", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person"]}} | c4819158-f78b-4430-a291-d2066c220a58 |
Are you talking about Ori and the Blind Forest on Xbox? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ori and the Blind Forest", "platforms": ["Xbox"]}} | 642221b5-01b3-42c3-aad4-fa5a81c04dce |
God of War is an excellent 2018 PlayStation game developed by SIE Santa Monica Studio. It doesn't have multiplayer. It is an action-adventure platformer with a third person perspective that even involves role-playing. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "God of War", "release_year": 2018, "developer": "SIE Santa Monica Studio", "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | 5929a223-7220-4226-832a-80836d95f148 |
I thought Dirt: Showdown was just ordinary. Codemasters Southam's choice of a first person perspective was not a smart one. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Dirt: Showdown", "developer": "Codemasters Southam", "rating": "average", "player_perspective": ["first person"]}} | 48054469-8260-4d0d-82d7-a153144d7c59 |
Sid Meier's Civilization V is a simulation and turn-based strategy game. It was released in 2010 and is a PC game. It will be available on Steam and has a Linux and 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "release_year": 2010, "genres": ["simulation", "turn-based strategy"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | b3c9f16d-d752-495e-8bd2-0e92533d0241 |
I like World of Warcraft, I just wish it were available on Steam. | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "World of Warcraft", "rating": "good", "available_on_steam": false}} | 6c97818d-afe0-4240-95f4-9089c1512dbd |
Do you hate most third person games, or just Skyforge? | {"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": "Skyforge", "rating": "poor", "player_perspective": ["third person"]}} | a9202177-4738-453b-90a7-c0e24f6528a1 |
A driving/racing sport sim that you can play in first person is Assetto Corsa. You played it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Assetto Corsa", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person"]}} | 852ed8e9-9d6a-496c-b640-ab21ecd5e885 |
Do you mean Ori and the Blind Forest on the Xbox? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ori and the Blind Forest", "platforms": ["Xbox"]}} | 49ca16b6-26e5-43e3-ab90-2f38b7a5d396 |
Spider-Man is a third person action-adventure game. It is developed by Insomniac Games for PlayStation. It will be released on September 7, 2018. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "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"}}, "required": ["developer", "exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Spider-Man", "exp_release_date": "September 7, 2018", "developer": "Insomniac Games", "genres": ["action-adventure"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 0b553a74-715b-4d41-a5cf-3132e21aa061 |
I thought that Lara Croft and the Temple of Osiris was merely average. I think that the developer Crystal Dynamics is just a mediocre developer. | {"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"}}, "required": ["developer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Lara Croft and the Temple of Osiris", "developer": "Crystal Dynamics", "rating": "average"}} | 7cf4da1f-b695-49bc-8f07-c74bb5b35bbc |
Might & Magic: Heroes VI is a turn-based strategy, role-playing game that has a bird view perspective and a multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Might & Magic: Heroes VI", "genres": ["role-playing", "turn-based strategy"], "player_perspective": ["bird view"], "has_multiplayer": true}} | 0ff3335a-8c93-46e3-8839-c62269e42dfc |
I used to love World of Warcraft, I just wish it was available on Steam, that would be so convenient. | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "World of Warcraft", "rating": "good", "available_on_steam": false}} | e7abf04e-2379-4675-94c7-bee4c1b0b941 |
If you want action-adventure gaming, Grand Theft Auto V is a multiplayer driving and shooting game. It came out in 2013, 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Grand Theft Auto V", "release_year": 2013, "esrb": "M (for Mature)", "genres": ["action-adventure", "driving/racing", "shooter"], "has_multiplayer": true}} | 17bcb231-ffb4-41f6-8829-e7db0d33734f |
A first person sport racing sim that I enjoyed was Assetto Corsa. Have you played it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Assetto Corsa", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person"]}} | bb0fc820-5dd5-4dc4-822e-54db782115a9 |
Is this the Ori and the Blind Forest that you can play on Xbox? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ori and the Blind Forest", "platforms": ["Xbox"]}} | eea0252d-3dac-444e-a778-93684ef4314a |
World of Warcraft is a good adventure MMORPG for PC. It was released with a T (for Teen) rating. Currently, it has a Mac release, but no Linux release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "World of Warcraft", "esrb": "T (for Teen)", "rating": "good", "genres": ["adventure", "MMORPG"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": true}} | d8f01603-b0ef-4b25-b6d3-d2605aeedaef |
I think RollerCoaster Tycoon was a good game because the strategy simulator gameplay was fun and the bird view perspective made it easy to play. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "RollerCoaster Tycoon", "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"]}} | 2e6df374-608a-454b-8b38-e00cb003ca9c |
World of Warcraft is pretty good, unfortunately you have to download a launcher for it on its own, since it's not available on Steam. | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "World of Warcraft", "rating": "good", "available_on_steam": false}} | 0a0bfede-c688-4505-9eb2-64547ddf6fae |
Grand Theft Auto V is a 2013 action-adventure shooter that involves driving too. It sports a multiplayer mode, and it was 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Grand Theft Auto V", "release_year": 2013, "esrb": "M (for Mature)", "genres": ["action-adventure", "driving/racing", "shooter"], "has_multiplayer": true}} | 6bdeaa1f-306d-4396-bd6e-38ec95c36000 |
Would you tell me why you vastly enjoy Valve Corporation games with no multiplayer? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Valve Corporation", "rating": "excellent", "has_multiplayer": false}} | 1da7e08f-1af2-4d8f-b441-00a8de908614 |
In your opinion, the best games were released in what year? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 35d962d3-b9a9-4c6c-87f5-57a2c2fc42ef |
The Vanishing of Ethan Carter is an average indie adventure game 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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "esrb": "M (for Mature)", "rating": "average", "genres": ["adventure", "indie"]}} | b867c618-710b-4d1c-a889-df922f6c72e8 |
EA Digital Illusions CE did an okay job on Mirror's Edge Catalyst, but the action-adventure fighting game didn't really live up to my hype for 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"}, "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": "give_opinion", "arguments": {"name": "Mirror's Edge Catalyst", "developer": "EA Digital Illusions CE", "rating": "average", "genres": ["action-adventure", "fighting"]}} | f26405f6-d82d-49d1-93ea-2ede4b2be55b |
Football Manager 2015 could be a good choice for someone looking for something different than the average sports simulation game, as it is also strategy focused. It was released in 2015 by Sports Interactive. | {"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"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "developer": "Sports Interactive", "genres": ["simulation", "sport", "strategy"]}} | 300ef0c4-c191-4f99-9a03-5120adfa6ff2 |
Grand Theft Auto V was released in 2013 as an action-adventure shooter in which you can also drive around. It has multiplayer capabilities 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Grand Theft Auto V", "release_year": 2013, "esrb": "M (for Mature)", "genres": ["action-adventure", "driving/racing", "shooter"], "has_multiplayer": true}} | 5a03615d-b2ec-4c91-a447-9e134c09b41b |
What is it about single-player games made by Valve Corporation that you find so attractive? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Valve Corporation", "rating": "excellent", "has_multiplayer": false}} | 25765c33-7799-4936-b46d-a510558603d2 |
What is your favorite year that games came out? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | b7986d53-a237-406c-b7cf-065b140eee71 |
World of Warcraft is a good third person adventure MMORPG. It was released in 2004 and developed by Blizzard Entertainment. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "World of Warcraft", "release_year": 2004, "developer": "Blizzard Entertainment", "rating": "good", "genres": ["adventure", "MMORPG"], "player_perspective": ["third person"]}} | e875fce5-aa68-4e91-bf56-f14ee9dd57d8 |
I must say I was a fan of Diablo II. I like Blizzard North's work in the hack-and-slash RPG genre. | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Diablo II", "developer": "Blizzard North", "rating": "good", "genres": ["hack-and-slash", "role-playing"]}} | 4ba72d8f-5443-4012-8c3b-126794435d30 |
An excellent adventure RPG you can play from either a bird's eye view or in third person is Final Fantasy VII. It's available on Steam for PC, and you can play it on your PlayStation too. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Final Fantasy VII", "rating": "excellent", "genres": ["adventure", "role-playing"], "player_perspective": ["bird view", "third person"], "platforms": ["PlayStation", "PC"], "available_on_steam": true}} | 1db392d6-b784-43eb-b4fb-c75b3a823f8e |
Football Manager 2015 is a simulation and sports strategy game developed by Sports Interactive. | {"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"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "developer": "Sports Interactive", "genres": ["simulation", "sport", "strategy"]}} | e59bde13-bed8-49fe-8102-1bcd30f9f1b9 |
Uncharted 4: A Thief's End is an excellent action-adventure, third person shooter that was released for PlayStation, and it is rated T (for Teen). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Uncharted 4: A Thief's End", "esrb": "T (for Teen)", "rating": "excellent", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 3c3dd697-41b9-4d18-b0cc-ac0408478708 |
What makes you adore Valve Corporation's single-player games like do? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Valve Corporation", "rating": "excellent", "has_multiplayer": false}} | 778dc853-e4be-4ebc-9aec-ba00e1011a3f |
Which year do you think had the best games? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 72db6c77-bcdf-4353-9a91-b267d3528263 |
The Last of Us is a 2013 third person action-adventure shooter. It has an ESRB rating of 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"}}, "required": ["esrb", "genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Last of Us", "release_year": 2013, "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"]}} | 4d682c64-042e-405f-bbad-c425d3e776d8 |
Tomb Raider: The Last Revelation works pretty well as a game, it doesn't have multiplayer but then again it doesn't need it. Core Design's quality speaks for itself. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Tomb Raider: The Last Revelation", "developer": "Core Design", "rating": "good", "has_multiplayer": false}} | 8c7458ee-584c-4f56-afc8-7c9b5744abee |
Tom Clancy's Splinter Cell: Chaos Theory is a tactical, action game available on PlayStation, Xbox, Nintendo, and PC. Overall it's a good game made by Ubisoft Montreal and is available on Steam, but it doesn't have a Linux or Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Tom Clancy's Splinter Cell: Chaos Theory", "developer": "Ubisoft Montreal", "rating": "good", "genres": ["action", "tactical"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 914b66a2-d19c-440a-b57f-429734f7bca6 |
Football Manager 2015 is a simulation and sport game. The strategy game was made by Sports Interactive. | {"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"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "developer": "Sports Interactive", "genres": ["simulation", "sport", "strategy"]}} | b4518630-9005-4dab-8168-fdb1f2908d55 |
Uncharted 4: A Thief's End is an excellent action-adventure game rated T (for Teen). The game is a third person shooter, and it is for PlayStation only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Uncharted 4: A Thief's End", "esrb": "T (for Teen)", "rating": "excellent", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 26fb641c-d5c9-43d9-954f-03be7f906c26 |
If you have a PlayStation and enjoy vehicular combat games that you can play mutiplayer with friends, you should try MotorStorm: Apocalypse. The game came out in 2011 and is played with 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "MotorStorm: Apocalypse", "release_year": 2011, "genres": ["vehicular combat"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation"]}} | 00b45328-e7ee-4e70-8b1e-c04e75b8364c |
The arcade game, Tetris, is a puzzle strategy released in 1986 and is played with a side 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tetris", "release_year": 1986, "genres": ["arcade", "puzzle", "strategy"], "player_perspective": ["side view"]}} | 0fe33d95-dec0-4c6d-b39a-72afd839e574 |
World of Warcraft is pretty good, unfortunately you have to download a launcher for it on its own, since it's not available on Steam. | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "World of Warcraft", "rating": "good", "available_on_steam": false}} | 1953c238-895e-4f40-9617-fec55b2d2d6f |
Trivial Pursuit was released in 2009 by Electronic Arts. It's a trivia/board game type game, that you can play in multiplayer mode. It's available for PlayStation and 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "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", "genres", "has_multiplayer", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Trivial Pursuit", "release_year": 2009, "developer": "Electronic Arts", "genres": ["trivia/board game"], "has_multiplayer": true, "platforms": ["PlayStation", "Nintendo"]}} | 14ee1452-ea5a-4d6b-9a91-fb8288e1e419 |
The Elder Scrolls V: Skyrim is a good adventure, role-playing that was 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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls V: Skyrim", "esrb": "M (for Mature)", "rating": "good", "genres": ["adventure", "role-playing"]}} | 36692784-1c3b-45ca-a9ee-9d50aa53dbe2 |
Uncharted 4: A Thief's End is an excellent action-adventure and shooter game played from a third person perspective. This game was released for the PlayStation only and received 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Uncharted 4: A Thief's End", "esrb": "T (for Teen)", "rating": "excellent", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 7d7287d5-69f9-4413-b331-4e07543d757d |
MotorStorm: Apocalypse was released in the year 2011 on the PlayStation only. It's a vehicular combat game through the third person perspective, and it has multiplayer mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "MotorStorm: Apocalypse", "release_year": 2011, "genres": ["vehicular combat"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation"]}} | 4a01980e-a232-405b-a4b4-38a4cc9728f3 |
Tetris is an arcade game centered around puzzle and strategy. The 1986 release places you in a side view player perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tetris", "release_year": 1986, "genres": ["arcade", "puzzle", "strategy"], "player_perspective": ["side view"]}} | 7e0c52a8-cfda-4881-a660-e987dee8c4e3 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.