input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
I like first person games normally, but not even that could make a music game fun for me. In fact in Guitar Hero: Smash Hits, I think the perspective somehow made an already bad game even worse. | {"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": "Guitar Hero: Smash Hits", "rating": "poor", "genres": ["music"], "player_perspective": ["first person"]}} | 24f218b8-11cd-4c82-94ce-d40b306aa9fe |
I was wondering, have you ever played a game for the Nintendo, like for example Tetris? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Tetris", "platforms": ["Nintendo"]}} | ebb44ad3-d4d6-416c-8ba2-6a4ccc281087 |
Let me say this, I like music games, and I like the first person perspective too. So when I say Guitar Hero: Smash Hits is totally underwhelming, you know that's a hard thing to say. | {"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": "Guitar Hero: Smash Hits", "rating": "poor", "genres": ["music"], "player_perspective": ["first person"]}} | 74637d93-65e9-4f2e-bd95-b3f240f59646 |
Do you like playing Nintendo games like Tetris? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Tetris", "platforms": ["Nintendo"]}} | f9c2f24b-1146-43ba-a9e5-f7ea1628ecac |
When you talk about Worms: Reloaded, are you referring to the one for the PC that was made by Team17 Digital Ltd? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Worms: Reloaded", "developer": "Team17 Digital Ltd", "platforms": ["PC"]}} | 3104c4a6-e59d-4570-bca4-3493ebe6420f |
Little Nightmares is a pretty cool game that has kept me entertained. It's an adventure side-scrolling platformer with some puzzle elements to give me a bit of a challenge. | {"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": "Little Nightmares", "rating": "good", "genres": ["adventure", "platformer", "puzzle"], "player_perspective": ["side view"]}} | 7f5e1aec-fe9c-47cb-b031-468b89837e8e |
FIFA 12 is a sports simulation game released in 2011 by EA Canada for PlayStation, Xbox, Nintendo, PC, and Mac. It has multiplayer features. It has 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"}, "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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "FIFA 12", "release_year": 2011, "developer": "EA Canada", "genres": ["simulation", "sport"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "has_linux_release": false, "has_mac_release": true}} | 51bfc3d2-07d9-4204-a7b8-5f9a0b1c3904 |
Need for Speed: The Run is a driving/racing game that's been around since 2011. It is even fairly family-friendly, since 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"}, "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": "Need for Speed: The Run", "release_year": 2011, "esrb": "T (for Teen)", "genres": ["driving/racing"]}} | 58a88d81-7fa1-422c-913f-3fd3b51fefd6 |
So if I remember right, you feel that Lara Croft and the Temple of Osiris is thoroughly average in quality. Do you feel the same about the rest of Crystal Dynamics' PC game lineup? | {"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": "Lara Croft and the Temple of Osiris", "developer": "Crystal Dynamics", "rating": "average", "platforms": ["PC"]}} | 3032a92f-c97b-4484-93df-e8e9de73cf74 |
The Elder Scrolls Online is an average MMORPG that released on PlayStation, Xbox, and PC. It is available on Steam and has a Mac release, but does not have a Linux release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls Online", "rating": "average", "genres": ["MMORPG"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | 8a84e2d3-3372-47ad-b121-04ab1ce464d4 |
You mentioned just how much you adore Tetris. Is this sentiment true for all Spectrum HoloByte, Inc. games which have a side 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"}, "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": "verify_attribute", "arguments": {"name": "Tetris", "developer": "Spectrum HoloByte, Inc.", "rating": "excellent", "player_perspective": ["side view"]}} | 640a723c-9583-4eb2-aaa8-22992135cf59 |
Little Nightmares is a good little adventure platforming puzzle game, I particularly enjoy what they did with the side view too. | {"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": "Little Nightmares", "rating": "good", "genres": ["adventure", "platformer", "puzzle"], "player_perspective": ["side view"]}} | f642a596-cce6-4ed8-9d86-8c77ee70f510 |
Need for Speed: The Run is a racing game rated T (for Teen). It was released in 2011. | {"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": "Need for Speed: The Run", "release_year": 2011, "esrb": "T (for Teen)", "genres": ["driving/racing"]}} | 1d16aa08-0334-4956-9045-d80704c36014 |
I know you felt that Driver was mostly just average in quality. Would you say that the selection of driving/racing simulators on Mac leaves a lot to be desired? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Driver", "rating": "average", "genres": ["driving/racing", "simulation"], "has_mac_release": true}} | a1d83caa-d769-49db-894b-8866f7a757c0 |
The Elder Scrolls Online is an average-rated MMORPG. It is available on Steam, and is on PlayStation, Xbox, and PC. It is released for Mac, but not for Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls Online", "rating": "average", "genres": ["MMORPG"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | 33506e46-9b5c-40f8-9cda-99deeb1cea63 |
Super Bomberman is an action and strategy game from 1993 for Nintendo consoles and PC only. It's an older console game that is, unfortunately, not available to play on Steam and does not offer support for Mac or Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Super Bomberman", "release_year": 1993, "genres": ["action", "strategy"], "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | 45f086f7-5a37-4daa-a8b9-c5a06747ccd7 |
Need for Speed: The Run is a 2011 racing game that is rated T for teen audiences. | {"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": "Need for Speed: The Run", "release_year": 2011, "esrb": "T (for Teen)", "genres": ["driving/racing"]}} | ef415ca9-68bd-48fe-9a0b-92e7e456a6a8 |
I know you are not the biggest fan of Driver, but do you generally feel ambivalent towards most driving/racing simulators on Mac? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Driver", "rating": "average", "genres": ["driving/racing", "simulation"], "has_mac_release": true}} | 088f8152-6e77-4455-865e-91cf9d0ae3e2 |
Do you usually find Text adventure RPGs barely adequate, or was it just The Forest of Doom that was lackluster? | {"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": "The Forest of Doom", "rating": "average", "genres": ["role-playing", "text adventure"]}} | dbf93e76-ac4d-436f-9b90-c996a4ca9897 |
Super Bomberman is an action strategy game that came out in 1993 for Nintendo and PC only. This title is not available on either 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"}, "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": "Super Bomberman", "release_year": 1993, "genres": ["action", "strategy"], "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | e3cb4d42-cda8-4d16-a3d9-61f4f995a58c |
FIFA 12, a sports simulation game from EA Canada, was released in 2011. There is a multiplayer mode. It's available on PlayStation, Xbox, PC, Mac, and Nintendo platforms. It's not available on Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "FIFA 12", "release_year": 2011, "developer": "EA Canada", "genres": ["simulation", "sport"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "has_linux_release": false, "has_mac_release": true}} | e71d4953-5fb9-4eb6-9c7f-6afae82d5022 |
Speaking of multiplayer games developed by Sledgehammer Games, have you tried playing Call of Duty: Advanced Warfare? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Call of Duty: Advanced Warfare", "developer": "Sledgehammer Games", "has_multiplayer": true}} | c96b7eab-c73f-49b7-8e7b-7834ddd23890 |
You said you were ambivalent towards Driver. Is this the case for all driving and racing simulations on Mac? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Driver", "rating": "average", "genres": ["driving/racing", "simulation"], "has_mac_release": true}} | 6194927a-3208-4dc2-b927-8800bdcce131 |
You said that The Forest of Doom was an okay game at best, but nothing special. Do you feel the same way about most role-playing text 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "rating": "average", "genres": ["role-playing", "text adventure"]}} | c16b5052-81fd-4041-a06c-964865be56f0 |
So I know you said that you're a huge fan of Tetris. Do you consider the way Spectrum HoloByte, Inc. uses the side view perspective in their games a contribution to the high entertainment value? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tetris", "developer": "Spectrum HoloByte, Inc.", "rating": "excellent", "player_perspective": ["side view"]}} | 972b2ac4-c57c-4245-a239-daf3be0a8f56 |
Super Bomberman was released in 1993 on Nintendo and PC only. It is not available on Steam, Linux or Mac. It is an action strategy 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"}, "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": "Super Bomberman", "release_year": 1993, "genres": ["action", "strategy"], "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | 20933135-4beb-4a9f-bd91-c1de1b5d75cc |
The sports simulation game by EA Canada known as FIFA 12 was released in 2011. The game can be played on PlayStation, Xbox, Nintendo, PC and features multiplayer gameplay. A Mac version is available, but no Linux release was ever made. | {"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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "FIFA 12", "release_year": 2011, "developer": "EA Canada", "genres": ["simulation", "sport"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "has_linux_release": false, "has_mac_release": true}} | 3d61aa77-0d74-49e1-a205-28b79c840076 |
And while we're on the subject of multiplayer games developed by Sledgehammer Games, have you heard of of Call of Duty: Advanced Warfare? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Call of Duty: Advanced Warfare", "developer": "Sledgehammer Games", "has_multiplayer": true}} | 73d77fd0-00bb-46c4-8ba8-21b0125f9abf |
What is it about M rated PlayStation games you love so much? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "excellent", "platforms": ["PlayStation"]}} | d5a6f47f-d9d6-4a4f-974b-42781fd8fec7 |
So I know you found The Forest of Doom merely average. Is that how you feel about all role-playing text 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "rating": "average", "genres": ["role-playing", "text adventure"]}} | 0dd74549-fffe-434b-84dd-9d7815833720 |
You said earlier that you thought Tetris, by Spectrum Holobyte, Inc. was excellent. Do you normally enjoy side view puzzle games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tetris", "developer": "Spectrum HoloByte, Inc.", "rating": "excellent", "player_perspective": ["side view"]}} | a4caee70-673a-45d6-ae69-199385ed4e12 |
I know you feel that NHL 15 is neither particularly great, nor particularly terrible. Do you feel the same way about the other sport simulators made by EA Canada? | {"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": "NHL 15", "developer": "EA Canada", "rating": "average", "genres": ["simulation", "sport"]}} | 00ca22af-ad4e-4e0a-b0b9-b4b9ee7b9db1 |
Have you heard of Call of Duty: Advanced Warfare? Sledgehammer Games made it, it's a pretty fun multiplayer 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"}, "developer": {"title": "Developer", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Call of Duty: Advanced Warfare", "developer": "Sledgehammer Games", "has_multiplayer": true}} | 0c29505b-d30b-4900-b81d-8f674ed5764c |
Why do you think that M rated games available for the PlayStation tend to be so amazing? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "excellent", "platforms": ["PlayStation"]}} | 15b2084f-ecd4-4d9d-8150-086be8de458b |
Is there a game you can think of that you'd say is very realistic? | {"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": "realistic"}} | fd532f09-c79e-4960-aa10-bf3fcffd0ea0 |
Silent Hill 2 is an incredible game, it seamlessly blends action-adventure and puzzle mechanics. | {"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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Silent Hill 2", "rating": "excellent", "genres": ["action-adventure", "puzzle"]}} | a23fc4f7-e389-4a88-825b-d3a3a8ee6604 |
The multiplayer sport racing game, Dirt: Showdown, offers both first and third person perspectives. The game is available on PlayStation, Xbox and PC but not on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dirt: Showdown", "genres": ["driving/racing", "sport"], "player_perspective": ["first person", "third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false}} | c839e675-6d6d-431e-b440-66bbd81d03fc |
You mentioned you thought NHL 15 was average. Are you commonly unimpressed with sports simulation games from EA Canada? | {"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": "NHL 15", "developer": "EA Canada", "rating": "average", "genres": ["simulation", "sport"]}} | cd61d26c-e5f6-4c05-9799-25945388df42 |
The Witcher 3: Wild Hunt is an action-adventure role-playing game in third person perspective. Although not available on Mac or Linux, it is available on PlayStation, Xbox, PC and Steam. The game earned excellent ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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": "The Witcher 3: Wild Hunt", "rating": "excellent", "genres": ["action-adventure", "role-playing"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | a41e760e-976c-4042-b2b6-99e550df6015 |
Why are you such a big fan of all M rated games on the PlayStation? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "excellent", "platforms": ["PlayStation"]}} | ef340538-a438-4eee-bd6e-e5757bf87c17 |
What recent game have you seen with the most realistic graphics? | {"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": "realistic"}} | 2c80decc-75c4-4aee-8392-9cae391171fd |
I love Silent Hill 2; action-adventure puzzle games are my favorite. | {"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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Silent Hill 2", "rating": "excellent", "genres": ["action-adventure", "puzzle"]}} | 61ce7fc6-943d-4dde-8329-4274f60e1aca |
You mentioned that you think that NHL 15 is okay but that it doesn't stand out from the crowd. I'm wondering, do you feel the same way about EA Canada's other sports simulators? | {"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": "NHL 15", "developer": "EA Canada", "rating": "average", "genres": ["simulation", "sport"]}} | 9948e75c-d236-4224-b88a-4d28ecac161b |
The Witcher 3: Wild Hunt is a third person action-adventure role-playing game for PlayStation, Xbox, and PC via Steam. It's not available on Linux or Mac. It has received excellent reviews since its launch. | {"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": "The Witcher 3: Wild Hunt", "rating": "excellent", "genres": ["action-adventure", "role-playing"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | b78bcfd1-6f64-4327-a9f7-5a3d34d73805 |
What's a game whose quality you found surprising? | {"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": "surprising"}} | cd3d5dba-1142-46a8-96f6-d863c774f1cd |
What's a good realistic 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": "realistic"}} | eb56950e-2fb8-4a31-908c-23e80638f049 |
Action-adventure puzzle games like Silent Hill 2 are great. You get to work your reflexes and your brain too. | {"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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Silent Hill 2", "rating": "excellent", "genres": ["action-adventure", "puzzle"]}} | 1e63844b-7d6c-43d7-9e9d-6577c0177571 |
Dirt: Showdown is a multiplayer sport racing game for PlayStation, Xbox, and PC only. There is no Steam release. You can play from both the first and third person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dirt: Showdown", "genres": ["driving/racing", "sport"], "player_perspective": ["first person", "third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false}} | 5567b616-93ae-4620-9bac-679796f2f879 |
Nightshade is a text adventure game that came out in 2017. | {"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": "Nightshade", "release_year": 2017, "genres": ["text adventure"]}} | f38f69b3-6dc9-48f0-b3c1-a23d2afadc1d |
Role-playing action-adventure enthusiasts will love the excellent title, The Witcher 3: Wild Hunt. The third person video game is supported by PlayStation, Xbox, PC and is available on Steam, but no Mac or Linux versions are 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"}, "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": "The Witcher 3: Wild Hunt", "rating": "excellent", "genres": ["action-adventure", "role-playing"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 07c76018-bae7-492b-a827-e930509705c0 |
Did you find any games really surprising when you first tried them? | {"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": "surprising"}} | 29ec5655-dd0a-42b9-9399-e4973c7c90f3 |
I think Portal 2 is an excellent game. I just really love games on the PlayStation that have multiplayer so I can play with my friends. | {"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": "Portal 2", "rating": "excellent", "has_multiplayer": true, "platforms": ["PlayStation"]}} | 6f45f242-7cdf-4680-be53-690e91499cc8 |
Are you into indie racing simulation games for the PC like Bus Driver? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Bus Driver", "genres": ["driving/racing", "indie", "simulation"], "platforms": ["PC"]}} | 1d5e88b4-e49a-497a-b6dd-d010cf6459e1 |
Nightshade is a text adventure game from 2017. | {"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": "Nightshade", "release_year": 2017, "genres": ["text adventure"]}} | ab8034cd-cd93-41e6-93ce-a610f6752840 |
I think that Need for Speed: Most Wanted is fun to play. Driving/racing games that include multiplayer tend to be enjoyable to 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"}, "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": "Need for Speed: Most Wanted", "rating": "good", "genres": ["driving/racing"], "has_multiplayer": true}} | 8a086ada-d70f-45d3-af42-734b7656d09c |
What game turned out to be really surprising when you played it? | {"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": "surprising"}} | de15e339-ae8b-4377-bcac-decb5cb8e5b7 |
I don't know of any gaming experience more thrilling than being able to play multiplayer with my friends using my PlayStation, and so Portal 2 was an incredible game 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"}, "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": "Portal 2", "rating": "excellent", "has_multiplayer": true, "platforms": ["PlayStation"]}} | c4771f78-25f1-466b-8f8b-70e18e278703 |
Do you enjoy indie driving simulators for the PC, like Bus Driver? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Bus Driver", "genres": ["driving/racing", "indie", "simulation"], "platforms": ["PC"]}} | 603967a3-9888-4d60-901f-daf45f12fd27 |
Dirt: Showdown is a sport racing game that is available for PlayStation, Xbox, and PC. It is not available on Steam. The game has multiplayer available, and can be played either from a first person or a 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dirt: Showdown", "genres": ["driving/racing", "sport"], "player_perspective": ["first person", "third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false}} | c1c0756e-8d4d-46bd-9733-ab01b4ac9f4f |
Nightshade is a text adventure game that was released in 2017. | {"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": "Nightshade", "release_year": 2017, "genres": ["text adventure"]}} | d797a35f-f660-41d2-8118-abad375e3255 |
Need for Speed: Most Wanted is pretty good I think. Driving/racing games like it tend to be at least a little fun, but then when you add in multiplayer, they're 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"}, "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": "Need for Speed: Most Wanted", "rating": "good", "genres": ["driving/racing"], "has_multiplayer": true}} | 4d5f0a93-75fe-4a7d-af8e-937fa2874015 |
Listen well, friend, Portal 2 is one of the greatest games of all time. It got a full-fleged release on PlayStation and comes with an amazingly perfect multiplayer mode. | {"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": "Portal 2", "rating": "excellent", "has_multiplayer": true, "platforms": ["PlayStation"]}} | 2999659f-df42-4bf6-8d9c-499fc2f04889 |
I'm curious, are you fond of playing indie driving/racing simulators for the PC, like for example Bus Driver? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Bus Driver", "genres": ["driving/racing", "indie", "simulation"], "platforms": ["PC"]}} | 559e8dcb-a0cf-424e-91f1-827e3e2fe539 |
Are you referring to Layers of Fear, the first person indie point-and-click adventure 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"}, "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": "confirm", "arguments": {"name": "Layers of Fear", "genres": ["adventure", "indie", "point-and-click"], "player_perspective": ["first person"]}} | 3da52a2d-2ec7-4347-8897-a41ea4a07223 |
Need for Speed: The Run is a first and third person racing game with multiplayer features. It is out on PlayStation, Xbox, Nintendo, and PC but has no Steam, Linux, or 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: The Run", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | ed6829d7-9f1d-4cb5-810a-00a88903a14a |
Need for Speed: Most Wanted is really fun, racing games really shine when they include 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"}, "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": "Need for Speed: Most Wanted", "rating": "good", "genres": ["driving/racing"], "has_multiplayer": true}} | 44eaf660-d32e-41c3-8400-3db5ed0cf9aa |
If you enjoy the action strategy platformers made by Team17 Digital Ltd, you'd probably like Worms: Reloaded. Have you given that one a shot yet? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Worms: Reloaded", "developer": "Team17 Digital Ltd", "genres": ["action", "platformer", "strategy"]}} | cc051b20-d570-4876-9f56-432862770059 |
What's the most complex game you ever played for the Xbox? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["Xbox"], "specifier": "complex"}} | 4dc36da3-9c2a-45f3-adbf-98fac3fe0a25 |
Is the Layers of Fear you mentioned the first person indie point-and-click adventure 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"}, "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": "confirm", "arguments": {"name": "Layers of Fear", "genres": ["adventure", "indie", "point-and-click"], "player_perspective": ["first person"]}} | 038bf0cc-370a-4157-9138-a1fffc089986 |
Need for Speed: The Run is a multiplayer racing game that can be played from the first or third person view. It was released for PlayStation, Xbox, Nintendo, and PC, but unfortunately is not available on Steam, nor 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: The Run", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | 00c1e386-09b5-48dc-b816-30c3e29b528f |
Can you recommend an easy action-adventure game? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["action-adventure"], "specifier": "easy"}} | e5cfb2cd-9b85-480f-8c85-f9d11db7998d |
Tom Clancy's Splinter Cell: Chaos Theory by Ubisoft Montreal is an action-tactical multiplayer game. It came out in 2005 and is rated M (for Mature). It is set in both first person and third person. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "developer": "Ubisoft Montreal", "esrb": "M (for Mature)", "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 1852547f-0510-4444-9c1a-7c2db48c3d83 |
Since you like action strategy platformers, there's this game from Team17 Digital Ltd you may like. It's called Worms: Reloaded, have you tried 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Worms: Reloaded", "developer": "Team17 Digital Ltd", "genres": ["action", "platformer", "strategy"]}} | b0c78c5e-a643-45e0-8608-37fc7ec24843 |
Have you played any complex games on the Xbox lately? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["Xbox"], "specifier": "complex"}} | 5a7ad057-cd6f-4fb5-a31c-58755b328f18 |
Layers of Fear, the indie first person point-and-click adventure 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"}, "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": "confirm", "arguments": {"name": "Layers of Fear", "genres": ["adventure", "indie", "point-and-click"], "player_perspective": ["first person"]}} | 8ac8fa45-5ee5-4125-afed-137be60d664f |
If you are looking for a first or third person racing game with a multiplayer mode, you should try Need For Speed: The Run. It is available for PlayStation, Xbox, Nintendo, and PC but not 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: The Run", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | f968e752-006b-4072-9626-812c2fc00491 |
Is there an easy action-adventure game out there that you would recommend? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["action-adventure"], "specifier": "easy"}} | 80d6349b-e43f-4dd8-80d7-4a4d979122d5 |
Team17 Digital Ltd made a pretty great strategy action platformer called Worms: Reloaded. Do you know 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Worms: Reloaded", "developer": "Team17 Digital Ltd", "genres": ["action", "platformer", "strategy"]}} | 342b593a-28fe-4d9d-9c02-9966affeb641 |
Does the Xbox have any complex games? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["Xbox"], "specifier": "complex"}} | ae077cec-4f5d-4c70-8b6f-063b5cb5dee7 |
Mass Effect 2 is an action-adventure, role-playing, and shooter game. It only offers a single-player mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Mass Effect 2", "genres": ["action-adventure", "role-playing", "shooter"], "has_multiplayer": false}} | 1c65a059-1b62-4fe1-a7c8-343c58509894 |
Do you know of any action-adventure games that are nice and easy? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["action-adventure"], "specifier": "easy"}} | 0ac3d9f7-5411-45ee-96e6-490b5470f9c0 |
Do you have a good experience with a third person action-adventure puzzle 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"}, "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": "Silent Hill 2", "genres": ["action-adventure", "puzzle"], "player_perspective": ["third person"]}} | d9d1ac5c-e688-46e4-931d-a18a1d0820e7 |
Are you talking about the 2007 action-adventure role-playing shooter game BioShock? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "BioShock", "release_year": 2007, "genres": ["action-adventure", "role-playing", "shooter"]}} | f826f279-977b-4842-b9f1-6ceeab00d40d |
Mass Effect 2 is and action-adventure role-playing shooter with no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Mass Effect 2", "genres": ["action-adventure", "role-playing", "shooter"], "has_multiplayer": false}} | a201b257-82e2-42d7-9dfd-e171979b2ada |
The Elder Scrolls V: Skyrim is a good adventure role-playing game from 2011. It uses first and third person perspective, but doesn't have multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls V: Skyrim", "release_year": 2011, "rating": "good", "genres": ["adventure", "role-playing"], "player_perspective": ["first person", "third person"], "has_multiplayer": false}} | d27ff9bd-8fdc-4b36-82eb-f589e9d7ff75 |
In 2005 Ubisoft Montreal released Tom Clancy's Splinter Cell: Chaos Theory, a multiplayer tactical action game rated M (for Mature). It allows you to switch between first and third person view. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "developer": "Ubisoft Montreal", "esrb": "M (for Mature)", "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 9d34a682-4a39-43c8-a0ba-c2042ed53ec2 |
I'm curious, do you like to play third person action-adventure puzzle games, such as 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"}, "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": "Silent Hill 2", "genres": ["action-adventure", "puzzle"], "player_perspective": ["third person"]}} | 3b109211-e696-4df4-91bb-2594eb3376e8 |
Do you mean 2007's action-adventure RPG shooter, BioShock? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "BioShock", "release_year": 2007, "genres": ["action-adventure", "role-playing", "shooter"]}} | f9fcf5f0-1afc-4b0b-8ab1-04d0743f891f |
Driver is a driving simulator that was released on PlayStation and PC by the developer Reflections Interactive with average reviews. There's no multiplayer, and it's not available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Driver", "developer": "Reflections Interactive", "rating": "average", "genres": ["driving/racing", "simulation"], "has_multiplayer": false, "platforms": ["PlayStation", "PC"], "available_on_steam": false}} | b02adc46-320d-47e3-9d91-5e6ba04bbf39 |
Mass Effect 2 is an action-adventure, role-playing shooter that does not have 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Mass Effect 2", "genres": ["action-adventure", "role-playing", "shooter"], "has_multiplayer": false}} | 493ad928-2c66-4421-b268-a0c34903f91a |
The Elder Scrolls V: Skyrim is a good adventure RPG title released in 2011 that can be played single-player only, and from either the first person or third person view. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "The Elder Scrolls V: Skyrim", "release_year": 2011, "rating": "good", "genres": ["adventure", "role-playing"], "player_perspective": ["first person", "third person"], "has_multiplayer": false}} | ec06120d-a331-44c0-aeff-6432cdf0bb24 |
Tom Clancy's Splinter Cell: Chaos Theory is a tactical action game by Ubisoft Montreal that was released in 2005. It supports both first person and third person game play, as well as multiplayer. It received 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"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "developer": "Ubisoft Montreal", "esrb": "M (for Mature)", "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 13d69720-9426-405b-9043-4ee92ef7a881 |
Say, are you into third person action-adventure puzzle 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"}, "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": "Silent Hill 2", "genres": ["action-adventure", "puzzle"], "player_perspective": ["third person"]}} | d4996fef-f30b-4fcc-8679-4398dd30ed60 |
When you mention BioShock, do you mean the action-adventure role-playing shooter that came out in 2007? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "BioShock", "release_year": 2007, "genres": ["action-adventure", "role-playing", "shooter"]}} | 4212d1a8-70be-4914-8bdb-a818d3ec6764 |
Stronghold 2 by Firefly Studios is a real-time strategy sim that is available on the PC. However, it does not have a Linux or Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "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": ["developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "developer": "Firefly Studios", "genres": ["real-time strategy", "simulation"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}} | e3a6e3a9-815d-4c3b-a2a1-d6de6ed98d48 |
Driver is a driving simulation game developed by Reflections Interactive which received average reviews. It has no multiplayer, but is available on PlayStation and PC. The game is not available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Driver", "developer": "Reflections Interactive", "rating": "average", "genres": ["driving/racing", "simulation"], "has_multiplayer": false, "platforms": ["PlayStation", "PC"], "available_on_steam": false}} | 64f069a0-1e33-422d-a755-26029fd69982 |
You said earlier that you found The Forest of Doom to be average. Do you think that most PC games from 2014 are only average? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "rating": "average", "platforms": ["PC"]}} | 674caea4-812e-42fd-84df-00abbbd85a1c |
The Elder Scrolls V: Skyrim was released in 2011. It's a good adventure role-playing game that offers both a third person and first person perspective. There is no 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"}, "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": "The Elder Scrolls V: Skyrim", "release_year": 2011, "rating": "good", "genres": ["adventure", "role-playing"], "player_perspective": ["first person", "third person"], "has_multiplayer": false}} | 1b6fa4c4-8dfb-4b54-bd7b-f18c3a077e6f |
StarCraft is a real-time strategy game for 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"]}} | 34fdb10b-cc00-4a75-ad06-766537a5edb4 |
I don't think The Elder Scrolls Online is anything great, but I didn't hate it either. On the one hand, it's an MMORPG, which is a genre I tend to enjoy, but on the other hand, it's made by ZeniMax Online Studios which is a developer I dislike. | {"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": "The Elder Scrolls Online", "developer": "ZeniMax Online Studios", "rating": "average", "genres": ["MMORPG"]}} | d8b1ea64-f856-415b-8770-66bb20cce23b |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.