input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
Superhot is an indie tactical shooter with overall average reviews. It's available on all platforms; PlayStation, Xbox, Linux, Mac, and originally launched on PC through Steam in 2016. | {"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}} | 43f57d38-b68f-4e4b-8c52-36e56b372e98 |
I didn't think MotorStorm: Apocalypse was any good. But then, multiplayer PlayStation games are often boring, in my experience. | {"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": "MotorStorm: Apocalypse", "rating": "poor", "has_multiplayer": true, "platforms": ["PlayStation"]}} | 071d99d6-d215-4232-b60a-28179849cdf6 |
You mentioned that you felt that Little Big Adventure was mediocre. Do you think the same way about all T rated action-adventure 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Little Big Adventure", "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure"]}} | 1330e218-cae7-40ff-8be5-6356578a3093 |
Alan Wake's American Nightmare is a 2012 action-adventure game developed for the Xbox and PC. The third person shooter is currently 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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Alan Wake's American Nightmare", "release_year": 2012, "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["Xbox", "PC"], "available_on_steam": true}} | d8ecce99-6746-48c7-8c01-c656b869797a |
In my opinion, Sledgehammer Games messed up the multiplayer mode in Call of Duty: Advanced Warfare, though otherwise it was good enough. | {"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": "Call of Duty: Advanced Warfare", "developer": "Sledgehammer Games", "rating": "average", "has_multiplayer": true}} | dcc1b238-83d4-4482-88bb-6ec228812ce2 |
A Way Out is considered a good third person action-adventure game for the PlayStation, Xbox and PC. It is not currently available on Steam, 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"}, "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"}, "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", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "A Way Out", "rating": "good", "genres": ["action-adventure"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | 59f54511-f25e-4894-a137-9930fa4967c3 |
Previously you said you thought Little Big Adventure was average. In general are you not that impressed with action-adventure games rated T (for Teen)? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Little Big Adventure", "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure"]}} | 64e9b1c0-a065-45a7-985c-780f4b4de75c |
StarCraft is a real-time strategy that runs on PC only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "StarCraft", "genres": ["real-time strategy"], "platforms": ["PC"]}} | 9fae65d7-6658-4273-bc3c-0c80c93d4f45 |
For a game from Firefly Studios, Stronghold 2 is so-so. Not bad for a teen rated game. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Stronghold 2", "developer": "Firefly Studios", "esrb": "T (for Teen)", "rating": "average"}} | 3563f4e8-9928-4028-a9f6-f22b613d02ba |
2016's Mirror's Edge Catalyst is an okay game elevated to average by its solid multiplayer aspect. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Mirror's Edge Catalyst", "release_year": 2016, "rating": "average", "has_multiplayer": true}} | 7fdd08ce-3f9b-4097-8b7c-02d12e0c0312 |
You said you liked Assassin's Creed II a moment ago. Do you think Ubisoft Montreal is a solid developer for the PlayStation platform? | {"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": "Assassin's Creed II", "developer": "Ubisoft Montreal", "rating": "good", "platforms": ["PlayStation"]}} | d82d260f-5676-4321-a931-543b1342a2b9 |
Payday 2 isn't the worst game in the world, I'd say. It's got multiplayer which is always a plus, but Overkill Software just doesn't make games that stand out much. | {"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": "Payday 2", "developer": "Overkill Software", "rating": "average", "has_multiplayer": true}} | a5a1f6be-e111-4815-acf7-27c043bd20ad |
Mirror's Edge Catalyst was decent. Although a game from 2016, its multiplayer was fun. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Mirror's Edge Catalyst", "release_year": 2016, "rating": "average", "has_multiplayer": true}} | 56ed9c66-a32d-43e3-b2ad-9e40b46b4728 |
It's cool that you liked Assassin's Creed II, do you feel the same about other PlayStation games created by Ubisoft Montreal? | {"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": "Assassin's Creed II", "developer": "Ubisoft Montreal", "rating": "good", "platforms": ["PlayStation"]}} | ff74b7f2-36fd-4488-b843-68dc69d2def5 |
The Crew 2 is a third person driving/racing game by Ivory Tower. It has multiplayer and will be available on PlayStation, Xbox, and PC. It will be out on June 29, 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "exp_release_date", "genres", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Crew 2", "exp_release_date": "June 29, 2018", "developer": "Ivory Tower", "genres": ["driving/racing"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"]}} | 38137204-6a69-4d0b-812e-d5313b68572e |
Mirror's Edge Catalyst is a game I don't regret playing, but it's not one that's gonna stick with me. It's got multiplayer which I liked, but it came out in 2016 and for whatever reason I just am not a fan of games from what year. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Mirror's Edge Catalyst", "release_year": 2016, "rating": "average", "has_multiplayer": true}} | 53eefe0f-adef-4650-bbf7-a55f18d3e03f |
Since you enjoyed playing Assassin's Creed II, are you into other PlayStation games by Ubisoft Montreal? | {"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": "Assassin's Creed II", "developer": "Ubisoft Montreal", "rating": "good", "platforms": ["PlayStation"]}} | 2e3e25f9-dc8c-4656-a112-3d79f0004d31 |
A third person driving/racing sport simulator I enjoyed was F1 2014. Have you played it before? | {"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": "F1 2014", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["third person"]}} | 59e2f1cb-0fe9-4a6c-89df-96bc3c4a08ac |
Quantum Break is an adventure shooter game that was released in 2016. 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"}}, "required": ["esrb", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Quantum Break", "release_year": 2016, "esrb": "M (for Mature)", "genres": ["adventure", "shooter"]}} | 65e0b9b7-89b7-4c05-ac8c-5d38610b7af9 |
If you're looking for a gritty third person game with an M rating, The Witcher 3: Wild Hunt is an option. Have you heard of it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Witcher 3: Wild Hunt", "esrb": "M (for Mature)", "player_perspective": ["third person"]}} | d0c638c8-5bf4-48cd-a368-3c31c1848945 |
I thought that Tom Clancy's Splinter Cell: Chaos Theory was a pretty fun game. I like tactical action games like it and the M rating meant it didn't need to hold back with its content. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "esrb": "M (for Mature)", "rating": "good", "genres": ["action", "tactical"]}} | f1ebc2ed-9a97-4cdc-97e2-3a32e51a2f66 |
For an adventure puzzle platformer, try Ori and the Blind Forest on either Xbox or PC. It was released in 2015 and is available on Steam. There is no release 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"}, "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": "Ori and the Blind Forest", "release_year": 2015, "genres": ["adventure", "platformer", "puzzle"], "platforms": ["Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 716e976e-0726-4d58-898b-ab76f28d5097 |
Quantum Break is an adventure shooter that was released in the year 2016, 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"}}, "required": ["esrb", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Quantum Break", "release_year": 2016, "esrb": "M (for Mature)", "genres": ["adventure", "shooter"]}} | 913a2231-af2e-4341-af2d-0fe2fca6a647 |
Since you seem to be a fan of third person perspective games from 2005, I thought you might like Resident Evil 4 too. Have you heard about the game? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Resident Evil 4", "release_year": 2005, "player_perspective": ["third person"]}} | e6cafc16-d724-4eb0-bb29-34503a847c60 |
MotorStorm: Apocalypse was a dud, to be honest. I feel like this sort of third person game needs an M rating, and it only had a T. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "MotorStorm: Apocalypse", "esrb": "T (for Teen)", "rating": "poor", "player_perspective": ["third person"]}} | d0416edd-2d0d-4db0-8a9e-c7b1dc5a613e |
Quantum Break is a 2016 adventure shooter 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"}, "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": "Quantum Break", "release_year": 2016, "esrb": "M (for Mature)", "genres": ["adventure", "shooter"]}} | dc006bdc-3725-4e20-8a7f-bb00eb91cde8 |
What's the most epic single-player game that you played recently? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["has_multiplayer", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"has_multiplayer": false, "specifier": "epic"}} | 4f738df7-6881-4f16-a8c0-522d9b19a8a9 |
I thought that Stronghold 2 was okay because it was released for PC, but I wish they had released a Linux version. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Stronghold 2", "rating": "average", "platforms": ["PC"], "has_linux_release": false}} | c3fc5b3c-f3bb-4f12-bff4-b49f5a31f6a3 |
The 2015 game Ori and the Blind Forest is an adventure puzzle platformer. It can be played on Xbox and your PC. It isn't available on Linux or Mac, but it was released 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"}, "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": "Ori and the Blind Forest", "release_year": 2015, "genres": ["adventure", "platformer", "puzzle"], "platforms": ["Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 07962d09-e8f1-4f89-b520-5635b6a3cebe |
Are you a fan of M rated PC games like Silent Hill 2? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Silent Hill 2", "esrb": "M (for Mature)", "platforms": ["PC"]}} | 27c78a44-2c21-4c90-bb5e-42488db24db4 |
Can you recommend any single-player games with epic storylines? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["has_multiplayer", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"has_multiplayer": false, "specifier": "epic"}} | 88b4752e-dddc-46ba-9140-66d2730eb708 |
I've been having an absolute blast playing Portal 2. First person games are always my favorite, but the multiplayer 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"}, "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": "give_opinion", "arguments": {"name": "Portal 2", "rating": "excellent", "player_perspective": ["first person"], "has_multiplayer": true}} | 233f8d82-6443-47c3-a5d5-b949a227d052 |
Do you enjoy M rated PC games, like for example Silent Hill 2? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Silent Hill 2", "esrb": "M (for Mature)", "platforms": ["PC"]}} | ba785adc-8fe7-4215-9332-82bfa2605a15 |
What do you think is a really bizarre game? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "bizarre"}} | 35c3a211-ce29-47bd-8d55-3e122d7acb9b |
I didn't enjoy Age of Wonders II: The Wizard's Throne at all. It's because I just can't stand the bird view perspective the game used. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Age of Wonders II: The Wizard's Throne", "rating": "poor", "player_perspective": ["bird view"]}} | 74722918-b370-4df1-ae03-f8284d05b0f4 |
Ori and the Blind Forest is an adventure platformer puzzle game from 2015. It is available for the Xbox and PC but not Linux or Mac. You can get 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"}, "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": "Ori and the Blind Forest", "release_year": 2015, "genres": ["adventure", "platformer", "puzzle"], "platforms": ["Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 880e67e0-81d5-4f71-a27f-fd5b3d4d90b6 |
Do you enjoy M rated PC games, like Silent Hill 2? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Silent Hill 2", "esrb": "M (for Mature)", "platforms": ["PC"]}} | 06ea098e-0595-4902-bc40-6f11a0c99fbd |
Do you game often on Linux? | {"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": {}} | 40b3ec24-2426-439e-a337-4538bc1b903f |
Lara Croft and the Temple of Osiris is an all around average experience briefly elevated by its decent multiplayer | {"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"}}, "required": ["has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Lara Croft and the Temple of Osiris", "rating": "average", "has_multiplayer": true}} | aed6616a-4b80-4ad9-9bce-6090056a5a08 |
How come you love Capcom Production Studio 4's single-player games? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Capcom Production Studio 4", "rating": "excellent", "has_multiplayer": false}} | eccafa6c-c94c-4ade-b502-8a683ec1d684 |
What's so special about third person shooters where you can go around driving and fighting? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "excellent", "genres": ["driving/racing", "fighting", "shooter"], "player_perspective": ["third person"]}} | 048a4d9b-f895-4634-8e88-a28a297719a0 |
Man, I thought Mirror's Edge Catalyst could have been so much better as a first person game for the PlayStation. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Mirror's Edge Catalyst", "rating": "average", "player_perspective": ["first person"], "platforms": ["PlayStation"]}} | 2660f961-ec94-4f93-94e1-3b11bfd38082 |
What is it about the single-player games made by Capcom Production Studio 4 that you think is excellent? | {"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": "Capcom Production Studio 4", "rating": "excellent", "has_multiplayer": false}} | bf1a5e1a-d284-4af1-b346-bac95b153ff9 |
BioShock is an action-adventure shooter with some role-playing to it. The developers, 2K Boston, did not equip it with a multiplayer mode, but it can still be played on PlayStation, Xbox, and PC. You can play it on Mac, but there is 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"}, "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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "BioShock", "developer": "2K Boston", "genres": ["action-adventure", "role-playing", "shooter"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": true}} | d671e112-6e71-42eb-8f88-b3a19ddfce8e |
Why would you say that the PlayStation's lineup of games from 2015 is pretty good? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating", "release_year"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"release_year": 2015, "rating": "good", "platforms": ["PlayStation"]}} | da72aea4-6ba8-43e3-acb1-1b0600f35e4e |
I've never played a game from Remedy Entertainment that I really loved. Take Quantum Break, for example, it's decent but not great. | {"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": "Quantum Break", "developer": "Remedy Entertainment", "rating": "average"}} | 7c177a57-959d-4eaf-827e-dda326272e2a |
What is it about Capcom Production Studio 4's single-player only games that makes you find them so great? | {"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": "Capcom Production Studio 4", "rating": "excellent", "has_multiplayer": false}} | b8020bb2-d04a-4787-aee7-c56b72753220 |
What do you dislike about M rated games? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["esrb", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "poor"}} | 392e29ad-e51f-4926-b48e-39b608f93d59 |
World of Warcraft is a very good game, even considering it launched in 2004. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "World of Warcraft", "release_year": 2004, "rating": "good"}} | 651147f8-e018-4021-b6b7-e6977c47a553 |
Oh, you mean Undertale, right? The one that was ported to Mac and Linux? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_linux_release", "has_mac_release", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Undertale", "has_linux_release": true, "has_mac_release": true}} | 79c60ac5-2e01-4b43-b4b0-84b35bc3535d |
BioShock by 2K Boston is an action-adventure shooter-RPG for PlayStation, Xbox, and PC. There's no Linux release or multiplayer, but there is Mac support. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "BioShock", "developer": "2K Boston", "genres": ["action-adventure", "role-playing", "shooter"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": true}} | c6da7f36-7040-417d-9e07-b2763e79cfac |
What do you think about simulation strategy games with a bird view like RollerCoaster Tycoon? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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": "suggest", "arguments": {"name": "RollerCoaster Tycoon", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"]}} | 091e7c8a-1b38-4ea3-8e8a-d0e0861db9d9 |
Madden NFL 15 is a decent game, but Xbox just isn't my favorite platform. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Madden NFL 15", "rating": "average", "platforms": ["Xbox"]}} | 5c0b51e3-20d4-4327-b6fa-a51fef4d40bc |
Is the Undertale you're talking about the one that has both Mac and Linux versions? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_linux_release", "has_mac_release", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Undertale", "has_linux_release": true, "has_mac_release": true}} | a9d9dc14-5276-426f-a33d-56bf8169d9f7 |
Are you into third person sport games with vehicular combat like Rocket League? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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": "suggest", "arguments": {"name": "Rocket League", "genres": ["sport", "vehicular combat"], "player_perspective": ["third person"]}} | 663da158-cadb-44d0-a808-ed4e00ba1bb0 |
Madden NFL 15 was a pretty average sports game for 2014. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Madden NFL 15", "release_year": 2014, "rating": "average"}} | e8328b9d-cdb8-4d5e-9fcb-295136bf6336 |
Are you talking about Undertale, which is available on both Mac and Linux? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_linux_release", "has_mac_release", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Undertale", "has_linux_release": true, "has_mac_release": true}} | a8f3c172-abdf-4bab-a85e-092bff8a2059 |
Developed by 2K Boston, BioShock is a single-player shooter game that will have you role-playing through a well constructed action-adventure narrative. It is available for PlayStation, Xbox, Mac and PC, but is not available 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"}, "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": ["developer", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "BioShock", "developer": "2K Boston", "genres": ["action-adventure", "role-playing", "shooter"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": true}} | 0d94d544-dd48-46d9-9da5-5f11bfac97a5 |
Have you enjoyed played any games by tobyfox 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"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Undertale", "release_year": 2015, "developer": "tobyfox"}} | 7b7375c7-efd2-4561-8ee8-b2cc46e8d8c7 |
I thought The Wolf Among Us was pretty good. The developer Telltale Games just knows how to make a quality PC game. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "The Wolf Among Us", "developer": "Telltale Games", "rating": "good", "platforms": ["PC"]}} | 6e42f6fe-9619-44a1-b2aa-94f9928adb66 |
You told me about your love for Mass Effect 2 recently. Do you feel this love for the other M rated games developed by BioWare? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Mass Effect 2", "developer": "BioWare", "esrb": "M (for Mature)", "rating": "excellent"}} | 405d2d53-6bba-49e8-9152-ae718fcddcf5 |
Mass Effect 2 was a great start to 2010, getting excellent reviews for its smooth mix of shooting, role-playing, action and adventure. It's available on PlayStation, Xbox, and PC (via Steam), though sadly not 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"}, "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": "Mass Effect 2", "release_year": 2010, "rating": "excellent", "genres": ["action-adventure", "role-playing", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 3cd3e98d-ed12-4eaa-9ec6-1940228fd84f |
You said that Silent Hill 2 was totally rad. I'm curious, do you in general really love third person perspective action adventure games with puzzles? | {"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": "Silent Hill 2", "rating": "excellent", "genres": ["action-adventure", "puzzle"], "player_perspective": ["third person"]}} | d910a9cd-3e8f-4eab-bef4-b6392cfbe3dd |
Metroid Prime Pinball is a pretty average multiplayer game in the pinball puzzle 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"}, "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": "give_opinion", "arguments": {"name": "Metroid Prime Pinball", "rating": "average", "genres": ["pinball", "puzzle"], "has_multiplayer": true}} | dc72573e-e82c-4cc0-9e4b-a4b0243fa4b3 |
You said that you totally dug Mass Effect 2. Do you mostly like to play mature games from BioWare? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Mass Effect 2", "developer": "BioWare", "esrb": "M (for Mature)", "rating": "excellent"}} | 30e15437-b49c-4703-b19d-bb83a6c08bd4 |
Earlier you said that Tetris was a really excellent game, and so I'm wondering something now. Do you think Nintendo is simply the best platform for such arcade puzzle strategy games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tetris", "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "platforms": ["Nintendo"]}} | b6a61482-7a50-4ca2-b83d-944f0fc7b8b5 |
I think that vehicular combat sports games can be fun as long as they have multiplayer, which is why I enjoy Rocket League. | {"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_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Rocket League", "rating": "good", "genres": ["sport", "vehicular combat"], "has_multiplayer": true}} | ef2aa2c3-f190-4d12-8837-8c3104200ea2 |
A moment ago you mentioned how awesome you thought Mass Effect 2 was. Generally speaking, do you think the M rated games developed by BioWare are great? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Mass Effect 2", "developer": "BioWare", "esrb": "M (for Mature)", "rating": "excellent"}} | b5357072-a854-4af6-814b-30f6a1dcc3a4 |
You mentioned enjoying Metro 2033. Are you typically fond of action games on PC with shooting and role-playing? | {"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": "Metro 2033", "rating": "good", "genres": ["action", "role-playing", "shooter"], "platforms": ["PC"]}} | af470526-9526-45af-a899-930d31a0609f |
I'm not a big fan of games by Grimlore Games on Steam. SpellForce 3, for example, was a plain torture to play through. | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "SpellForce 3", "developer": "Grimlore Games", "rating": "poor", "available_on_steam": true}} | 1f2b9786-7186-4e7f-ae99-75d9ca6e9161 |
Mass Effect 2 came out in 2010 and is an excellent role-playing shooter. The action-adventure game is on PlayStation, Xbox, and PC. It is not available on Linux or Mac, but is 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"}, "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": "Mass Effect 2", "release_year": 2010, "rating": "excellent", "genres": ["action-adventure", "role-playing", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | d68b326f-8ad5-4edb-bd8d-dcdd0e867924 |
I remember you saying that you really dug Uncharted 4: A Thief's End. Do you like to play action-adventure shooters from Naughty Dog? | {"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": "Uncharted 4: A Thief's End", "developer": "Naughty Dog", "rating": "excellent", "genres": ["action-adventure", "shooter"]}} | 94b3687d-b154-4fdd-9b33-13a83c485a2f |
Guitar Hero: Smash Hits is just not my kind of game. I find Beenox games are often not very fun. | {"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": "Guitar Hero: Smash Hits", "developer": "Beenox", "rating": "poor"}} | f80ab1eb-7342-482f-b84f-6cc958e5a1ad |
Need for Speed: Payback is a poor driving/racing game, with an ESRB: T (for Teen). It is available for PlayStation, Xbox, and PC. You can't play it on Steam, 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"}, "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"}, "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", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Payback", "esrb": "T (for Teen)", "rating": "poor", "genres": ["driving/racing"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | 0f6c0ea1-bc80-4d81-8dd4-76c09c3c78dd |
Mass Effect 2, released in 2010, is a favorite with a an excellent consumer rating. This action-adventure role-playing shooter is available on Steam, as well as for PlayStation, Xbox, and PC. 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"}, "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": "Mass Effect 2", "release_year": 2010, "rating": "excellent", "genres": ["action-adventure", "role-playing", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 2901ac14-c579-4fa5-bc58-acd891d3720d |
Earlier you mentioned that NHL 15 was merely average. Is it common that you're not impressed by sports simulation games with a bird view 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"}, "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": "NHL 15", "rating": "average", "genres": ["simulation", "sport"], "player_perspective": ["bird view"]}} | b89be3cd-8cb6-4745-b3a0-26f76fc6717a |
Metroid Prime Pinball is just okay. I usually like games released in 2005, since that was a strong year, but I'm not really a big fan of puzzle pinball games. | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Metroid Prime Pinball", "release_year": 2005, "rating": "average", "genres": ["pinball", "puzzle"]}} | d4a6eda8-1ddd-4e24-9d51-9076f94959d8 |
Do you mean Worms: Reloaded, the PC game released back in 2010? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Worms: Reloaded", "release_year": 2010, "platforms": ["PC"]}} | 92de2e27-41f7-4513-9e76-735f5f7f744a |
Oh, Superhot, the single-player first person 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Superhot", "player_perspective": ["first person"], "has_multiplayer": false}} | 85ff4f46-c7bb-4139-a4ed-06faa311e06c |
I like gritty M rated RPGs, but the shooter elements in Payday 2 held it back and I was left feeling it was just okay. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Payday 2", "esrb": "M (for Mature)", "rating": "average", "genres": ["role-playing", "shooter"]}} | ffd54fb6-4b11-48f3-b818-bbc08bdeaed8 |
Although it is considered to be of poor likeability, Need for Speed: Payback is available on all gaming platforms, which includes PlayStation Xbox and PC. It is a T-rated driving/racing game and it is not available on Steam, nor does it 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"}, "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"}, "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", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Payback", "esrb": "T (for Teen)", "rating": "poor", "genres": ["driving/racing"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | be7ba2e6-af6c-4182-a8b0-832b236f398a |
I presume you're talking about the 2010 PC game Worms: Reloaded? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Worms: Reloaded", "release_year": 2010, "platforms": ["PC"]}} | 8efe758a-22f3-4722-813d-1ee8849bafa1 |
Are you talking about the indie point-and-click puzzle game, The Room? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "The Room", "genres": ["indie", "point-and-click", "puzzle"]}} | 62ad0550-0540-4a16-abc7-5f1e15c5e9c5 |
Call of Duty: Advanced Warfare was just plain average. I like games that are on the PlayStation normally, but the first person perspective made the experience kind of mediocre. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Call of Duty: Advanced Warfare", "rating": "average", "player_perspective": ["first person"], "platforms": ["PlayStation"]}} | 938b12e9-efb5-4d3e-bbd2-ec27a5487379 |
Is that Worms: Reloaded, the 2010 PC 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Worms: Reloaded", "release_year": 2010, "platforms": ["PC"]}} | d3157156-e8cb-478e-9a99-630a681185ce |
Are you talking about Horizon: Zero Dawn, the game that came out in 2017? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}}, "required": ["name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Horizon: Zero Dawn", "release_year": 2017}} | 169018a9-136b-4d1c-a91f-d48f97c38c6a |
I'm pretty into Tom Clancy's Splinter Cell: Chaos Theory. I've always been a fan of multiplayer tactical action games. | {"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_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "rating": "good", "genres": ["action", "tactical"], "has_multiplayer": true}} | ccd02c5f-4825-4aa6-8cfe-5304d88bd4ee |
Need for Speed: Payback is a poor racing game for PlayStation, Xbox and PC. There's no Steam, Linux or Mac support. The game's rated T. | {"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"}, "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", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Payback", "esrb": "T (for Teen)", "rating": "poor", "genres": ["driving/racing"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | 71335937-8616-45ef-8281-21e01930b443 |
Do you like bird view single-player games like Super Bomberman? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Super Bomberman", "player_perspective": ["bird view"], "has_multiplayer": false}} | a50043ec-3a45-4a5d-bc80-8ac7ff34f030 |
Hey, is the NBA 2K19 you mentioned the one that's supposed to come out on September 11, 2018? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}}, "required": ["exp_release_date", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "NBA 2K19", "exp_release_date": "September 11, 2018"}} | 36dd2eee-c1c0-4443-9659-03fd99225685 |
EA Digital Illusions CE gets a solid C for this entry into the action-adventure fighting game genre. Mirror's Edge Catalyst is nothing special. | {"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"]}} | 953579b5-3a5f-41a2-85a8-d6eebf6be5fb |
Do you enjoy third person action tactical games, like Tom Clancy's Splinter Cell: Chaos Theory? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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": "suggest", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "genres": ["action", "tactical"], "player_perspective": ["third person"]}} | 2e2a964d-4535-4cd2-bb09-df92f0a606a2 |
What is your opinion on bird's eye view games that have no multiplayer option, such as Super Bomberman? Any of them good? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Super Bomberman", "player_perspective": ["bird view"], "has_multiplayer": false}} | 364578f7-3f50-4e0b-bcb7-8341fdc7f758 |
Is the game you are talking about Superhot, the single-player game played from the first person perspective? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Superhot", "player_perspective": ["first person"], "has_multiplayer": false}} | 9cd17d47-9caa-45b2-bb1d-96a510528811 |
Age of Wonders II: The Wizard's Throne didn't come to Mac, but that's alright, because the game is pretty terrible anyway. | {"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_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Age of Wonders II: The Wizard's Throne", "rating": "poor", "has_mac_release": false}} | 38f49d4c-e569-4508-a23a-30d250e3fa73 |
Have you played any third person tactical action games, for instance, Tom Clancy's Splinter Cell: Chaos Theory? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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": "suggest", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "genres": ["action", "tactical"], "player_perspective": ["third person"]}} | 59bae45a-c6e3-45d5-b3b1-55bc90f39ae7 |
Have you ever played any single-player games that featured a bird view perspective, like Super Bomberman? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Super Bomberman", "player_perspective": ["bird view"], "has_multiplayer": false}} | 413f51ec-0ea9-458a-b46a-c20d77a5b96f |
Oh! So you're referring to the FIFA 12 sports simulation game from EA Canada? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` 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": "confirm", "arguments": {"name": "FIFA 12", "developer": "EA Canada", "genres": ["simulation", "sport"]}} | 40e500e6-45d8-459a-a357-c8db954ef830 |
Quantum Break is an OK game from an okay developer, Remedy Entertainment. | {"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": "Quantum Break", "developer": "Remedy Entertainment", "rating": "average"}} | c259bb9b-7eb3-445f-b0fd-b84307fa5871 |
I'm wondering, do you like playing third person tactical action games, like for example Tom Clancy's Splinter Cell: Chaos Theory? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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": "suggest", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "genres": ["action", "tactical"], "player_perspective": ["third person"]}} | f07e9aea-e1b1-4004-a8ff-cfc29a0f71aa |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.