input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
A multiplayer sports sim from 2014 is Madden NFL 15. You can play on PlayStation and Xbox with your friends in multiplayer using a third person bird view. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Madden NFL 15", "release_year": 2014, "genres": ["simulation", "sport"], "player_perspective": ["bird view", "third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox"]}} | d80e5669-ab20-4503-945c-7dbd4d67ebf9 |
Games with which ESRB rating do you typically play? | {"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": {}} | b5ccd81e-43c0-4509-944d-446bed5e83f1 |
Is a game being on Steam or not a dealbreaker to you? | {"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": {}} | bf6bf0f3-8e36-40c6-9277-cb7a51bb642a |
Silent Hill 2 is a truly excellent survival horror 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"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Silent Hill 2", "rating": "excellent", "platforms": ["PC"]}} | 11054d3c-199e-403c-aad8-c0c4888c30bd |
Grand Theft Auto V is a first person and third person driving/racing, shooter, action-adventure game that offers multiplayer. It was released in 2013 and received excellent ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Grand Theft Auto V", "release_year": 2013, "rating": "excellent", "genres": ["action-adventure", "driving/racing", "shooter"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 50bf5aa5-1c10-43bf-9269-20c3f722c369 |
If you're looking for an action shooter game, try Call of Duty: Advanced Warfare. It has a first person player perspective, and it's available 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Call of Duty: Advanced Warfare", "genres": ["action", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | cb857870-924a-4b65-bfce-7dafc5fa2f39 |
I had fun playing The Elder Scrolls V: Skyrim. I generally like playing games from Steam on my PC. | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "The Elder Scrolls V: Skyrim", "rating": "good", "platforms": ["PC"], "available_on_steam": true}} | 5f9ad749-06fa-4c1a-9e76-80d4e779930a |
Which ESRB content label do you typically want your games to have? | {"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": {}} | 82d1c6a3-3826-4a8a-8bb0-d3cdc390b31b |
Would you say Steam makes it more convenient for you to get new games to play? | {"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": {}} | 7baeb41e-1920-4109-84cd-baf48243d8b4 |
Silent Hill 2 was a total blast to play. I think I just really, really love PC games like it. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Silent Hill 2", "rating": "excellent", "platforms": ["PC"]}} | 916dda10-a21a-4a10-a5e7-55c6538c3f74 |
In 2010, 4a Games came out with Metro 2033. It is a good first person action shooter. It also has elements of role-playing in it. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metro 2033", "release_year": 2010, "developer": "4A Games", "rating": "good", "genres": ["action", "role-playing", "shooter"], "player_perspective": ["first person"]}} | 1b5d663d-b718-4a17-8a0e-f784618d8112 |
I like PlayStation games that go for a T rating to balance being family friendly and having mature themes, so I enjoyed Tomb Raider: The Last Revelation. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Tomb Raider: The Last Revelation", "esrb": "T (for Teen)", "rating": "good", "platforms": ["PlayStation"]}} | 233ea2ff-fbdf-47c5-b759-47a0a065a606 |
Super Mario World is an excellent Nintendo game that was released in 1990. It is a side view, platformer game that can be played multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | 495d1b56-0585-4efb-9632-2f1b5b9395ac |
Has Steam been the major source of your video games in the past few years? | {"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": {}} | 7bfe72d1-7cb2-4c4d-866f-e341f4621cf7 |
PC is the best platform because we get games like Silent Hill 2. | {"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": "Silent Hill 2", "rating": "excellent", "platforms": ["PC"]}} | 8e11ee43-deb5-413f-be1f-40a467f20f50 |
If you're a fan of FPS role-playing games, you'd probably enjoy Metro 2033. 4A games released it in 2010, and it's a good action 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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metro 2033", "release_year": 2010, "developer": "4A Games", "rating": "good", "genres": ["action", "role-playing", "shooter"], "player_perspective": ["first person"]}} | 70e0a39c-5ab4-4a4d-94a7-a29f6aae772b |
Bus Driver is a single-player indie driving sim available on PC only, and is available on Steam. This game has an overall poor rating. It is not supported 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Bus Driver", "rating": "poor", "genres": ["driving/racing", "indie", "simulation"], "has_multiplayer": false, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | cb94f4f0-efa6-4ca5-a9d8-af7b77872217 |
I normally don't play games on the PC, but the first person perspective of BioShock was so well done that I actually thought the game was pretty good. | {"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": "BioShock", "rating": "good", "player_perspective": ["first person"], "platforms": ["PC"]}} | 965b9d1a-cd63-418c-9ad7-ed723595ae54 |
Max Payne is a good action-adventure shooter that came out in 2001. It was developed by Remedy Entertainment for PlayStation, Xbox, and PC. Its mature themes earned it an M (for Mature) rating. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Max Payne", "release_year": 2001, "developer": "Remedy Entertainment", "esrb": "M (for Mature)", "rating": "good", "genres": ["action-adventure", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 8d570f2e-d518-4ed7-8b40-f5267d4f1d5e |
Super Mario World is an excellent side view, multiplayer platformer. It was released in 1990 for Nintendo. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | b2b5eb12-1730-4ef3-8b12-aba14fb66cf4 |
Does it matter to you if a game is on Steam? | {"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": {}} | 8dac77cd-f321-46dc-af2a-ebea80389570 |
I know that Uncharted 4: A Thief's End is one of your favorite games. Do you enjoy all of Naughty Dog's 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"}}, "required": ["developer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Uncharted 4: A Thief's End", "developer": "Naughty Dog", "rating": "excellent"}} | 687773a0-2324-4fd6-9920-5836407bcf4b |
Metro 2033 is a good action game that came out in 2010 by 4A Games. The role-playing shooter is first person 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metro 2033", "release_year": 2010, "developer": "4A Games", "rating": "good", "genres": ["action", "role-playing", "shooter"], "player_perspective": ["first person"]}} | d6d91dad-e6b4-4f67-bfe1-21bca69eedda |
Tom Clancy's Splinter Cell: Chaos Theory is a tactical action game that was released in 2005. It has multiplayer capabilities and is played in first and third person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 8445fbd1-52d8-48c2-a26f-1f9b446eba5e |
Worms: Reloaded is an average quality side view game you can at least find on Steam. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Worms: Reloaded", "rating": "average", "player_perspective": ["side view"], "available_on_steam": true}} | 0a3a6475-4b62-4bbb-8890-15e9e861b0a0 |
The tactical shooter game, Tom Clancy's The Division, has a role-playing scheme 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "esrb": "M (for Mature)", "genres": ["role-playing", "shooter", "tactical"]}} | 037d06b3-0574-49d8-9664-bccc7f80ee4f |
Super Mario World is an excellent side view platformer with a multiplayer feature that was released in 1990 for Nintendo. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | 7dd5dd09-2c33-4e7a-ae1b-0fcc412c978b |
Is it more convenient for you to play games on Steam? | {"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": {}} | 45f4af7c-6af7-4630-b544-f581646e2b9c |
I wanted to ask whether it's common that you deem a game from Naughty Dog simply amazing, or Uncharted 4: A Thief's End was just a special case. | {"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"}}, "required": ["developer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Uncharted 4: A Thief's End", "developer": "Naughty Dog", "rating": "excellent"}} | d6468dfc-c985-42ba-bf15-704318d039a1 |
Nightshade is a poorly rated text adventure game for the PC, and is available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}}, "required": ["available_on_steam", "genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Nightshade", "rating": "poor", "genres": ["text adventure"], "platforms": ["PC"], "available_on_steam": true}} | 6010fe63-7bea-4f2b-9bc9-30bcd96e09ef |
A decent game to try is the MMORPG The Elder Scrolls Online, released in 2014. You can play it in first person or third person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls Online", "release_year": 2014, "rating": "average", "genres": ["MMORPG"], "player_perspective": ["first person", "third person"]}} | 99754d06-2561-4d6c-9e14-d1af20ef9414 |
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}} | de44b488-9c52-4208-94c7-a599ecf841ed |
What's your favorite gritty rated M game? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["esrb", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"esrb": "M (for Mature)", "specifier": "gritty"}} | 177a121a-f5e7-4f6d-be11-4be094fad71f |
Are games that are available on Steam more likely to make it into your game library? | {"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": {}} | 47c59d9a-3535-4bf7-ae9e-c0e48a4d29bc |
I know you really, really loved Uncharted 4: A Thief's End. I'm wondering, do you feel like Naughty Dog just knows how to get every detail of their games right? | {"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"}}, "required": ["developer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Uncharted 4: A Thief's End", "developer": "Naughty Dog", "rating": "excellent"}} | 2315d523-ab5c-4478-998a-d0c86def88bb |
The text adventure game, Nightshade, is available on PC only, and has negative ratings. 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"}, "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"}}, "required": ["available_on_steam", "genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Nightshade", "rating": "poor", "genres": ["text adventure"], "platforms": ["PC"], "available_on_steam": true}} | e78ab3fb-01e3-4263-a36b-03c7331350c5 |
StarCraft is an entertaining game released by Blizzard Entertainment. The bird's eye view in the game helps you keep an eye on everything in the 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "StarCraft", "developer": "Blizzard Entertainment", "rating": "good", "player_perspective": ["bird view"]}} | 437970c2-0d3c-4f74-9ee0-f0a58fbffb3d |
The developer Guerrilla Games released Horizon: Zero Dawn in 2017. It is on the PlayStation platform and is a third person action-adventure, role-playing, shooter. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Horizon: Zero Dawn", "release_year": 2017, "developer": "Guerrilla Games", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | b40a9875-cb8b-4498-8325-7c8a758dd449 |
Have you played any gritty M rated games lately? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["esrb", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"esrb": "M (for Mature)", "specifier": "gritty"}} | e931ccd3-619b-40d0-85a2-a27172a98bf5 |
Is the Ancient Cities you are talking about the one with the bird view perspective, and developed by Uncasual Games? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ancient Cities", "developer": "Uncasual Games", "player_perspective": ["bird view"]}} | e2a46c76-a97b-4d7d-9d69-eb677eeddf02 |
Nightshade is a poor text adventure game released for PC through Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}}, "required": ["available_on_steam", "genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Nightshade", "rating": "poor", "genres": ["text adventure"], "platforms": ["PC"], "available_on_steam": true}} | b690a11b-01a6-4162-8e5b-8660b12218b5 |
I loved Undertale. It really took advantage of the bird's eye view and did a lot of novel things in its 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Undertale", "rating": "excellent", "player_perspective": ["bird view"]}} | d35216a4-413a-4465-86d7-7935af6f5e35 |
Quantum Break is considered an average third person shooter, an adventure game developed by Remedy Entertainment and released 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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Quantum Break", "release_year": 2016, "developer": "Remedy Entertainment", "rating": "average", "genres": ["adventure", "shooter"], "player_perspective": ["third person"]}} | 7cebee67-b931-42e9-836c-cf263cbf73fa |
Is there any gritty, M rated game that you enjoyed lately? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["esrb", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"esrb": "M (for Mature)", "specifier": "gritty"}} | 84870307-c2fa-4260-b70e-69fc9e902457 |
Do you mean Ancient Cities from Uncasual Games? The one with a bird view? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ancient Cities", "developer": "Uncasual Games", "player_perspective": ["bird view"]}} | e25df8d9-d631-4f02-8493-0e8a1e90b3ed |
What's the game with the most ridiculous storyline you've ever played? | {"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": "ridiculous"}} | 35c5f316-cd50-4e0f-be5f-d01e5c77c000 |
The Wolf Among Us is a third person, point-and-click adventure game that is available on Steam and for the PlayStation, Xbox, and PC. It doesn't support multiplayer and is rated M (for Mature). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Wolf Among Us", "esrb": "M (for Mature)", "genres": ["adventure", "point-and-click"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 83f3030c-65e0-4923-a94a-c788643fdf88 |
Commandos: Behind Enemy Lines is a pretty good game. The tactical strategy gameplay is fun, and the bird view perspective makes it easy to play. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Commandos: Behind Enemy Lines", "rating": "good", "genres": ["strategy", "tactical"], "player_perspective": ["bird view"]}} | 66283b1c-c886-4559-a30e-a7f821b22a58 |
NBA 2K19 is a new sports game expected to be released on September 11, 2018, and will be available on all the major platforms, such as PlayStation, Xbox, Nintendo Switch, and PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NBA 2K19", "exp_release_date": "September 11, 2018", "genres": ["sport"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"]}} | 7fb1f7dc-afd8-4e6e-9991-5aef624120db |
I think The Elder Scrolls Online is okay, but nothing special. First person games like it can be fun, but it's on PC, so of course it's full of bugs. | {"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": "The Elder Scrolls Online", "rating": "average", "player_perspective": ["first person"], "platforms": ["PC"]}} | aab59163-e038-4f06-9793-f10852102e07 |
Are you talking about Ancient Cities, the bird view perspective game developed by Uncasual Games? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ancient Cities", "developer": "Uncasual Games", "player_perspective": ["bird view"]}} | cd3f2d18-9271-4674-8cd3-6bbf9e14b08f |
Outlast II is an indie, first person adventure game that you can play on PlayStation, Xbox, Nintendo Switch and PC. Though it's not available on Linux, it does have a Mac release as well. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Outlast II", "genres": ["adventure", "indie"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "has_linux_release": false, "has_mac_release": true}} | e9d67765-236c-478b-954b-3a07688b93f0 |
Is there a game you know of that you just thought was ridiculous? | {"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": "ridiculous"}} | 86bec26e-172b-4ee1-b5d2-d685c9ea441d |
One of my favorite PC games from Steam is Skyforge. Although it is unavailable on Linux and Mac systems, you can play the MMORPG on the PlayStation and Xbox consoles. The gameplay includes elements of adventure and the combat features engaging hack-and-slash action. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Skyforge", "genres": ["adventure", "hack-and-slash", "MMORPG"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 8bd1fc10-a064-4bd8-b3e7-a58daaab3258 |
Sid Meier's Civilization V is a pretty enjoyable game in my opinion. Firaxis Games is a quality developer, and the multiplayer was a nice addition to the game as well. | {"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": "Sid Meier's Civilization V", "developer": "Firaxis Games", "rating": "good", "has_multiplayer": true}} | f1ed0d75-f0e5-4dd9-a620-6f3c4ab5f6dc |
If you like action-adventure tactical shooter games, then you should try the 2004 video game called Metal Gear Solid 3: Snake Eater that uses the first person, third person, and bird view perspectives. Unfortunately, it does not have multiplayer. It has an excellent rating and is rated M (for Mature). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "release_year": 2004, "esrb": "M (for Mature)", "rating": "excellent", "genres": ["action-adventure", "shooter", "tactical"], "player_perspective": ["bird view", "first person", "third person"], "has_multiplayer": false}} | 49666a3f-92e9-444d-9f94-dec264fa0a26 |
Hey, I've been wondering whether you're fond of gaming on the PlayStation, or you just enjoyed Need for Speed: Most Wanted regardless. | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "platforms": ["PlayStation"]}} | ab7f22b0-c490-4a5d-8ae9-449c6afb66e7 |
Do you know any games that were just ridiculous? | {"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": "ridiculous"}} | 6692457d-4041-4223-ba24-9ca0ca296082 |
In order to avoid a poor gaming experience, steer clear of Layers of Fear. It's an indie point-and-click adventure for the PlayStation, Xbox, Nintendo Switch, and PC through Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}}, "required": ["available_on_steam", "genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Layers of Fear", "rating": "poor", "genres": ["adventure", "indie", "point-and-click"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true}} | b37ba3a3-0a3b-47d7-bff3-0413aba42200 |
Oh man, I miss the old Blizzard North, Diablo II is a game that in many respects hasn't been rivaled. And thankfully, it's out on Mac 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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Diablo II", "developer": "Blizzard North", "rating": "good", "has_mac_release": true}} | 02a2914e-21a3-4636-97d5-f407e8848f44 |
Assetto Corsa is a 2014 sport racing sim with first and third person perspectives. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assetto Corsa", "release_year": 2014, "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"]}} | de5472b0-c857-4452-a7e5-09a540ca3ed1 |
I remember you once said Need for Speed: Most Wanted was quite fun. Do you like playing games on the PlayStation in general? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "platforms": ["PlayStation"]}} | e2594a89-bb1d-4ee6-96e3-b7a2cc0d4421 |
I got an opportunity to try Bus Driver recently, but man, this indie driving/racing simulator is just not good at all, not even on the PC. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Bus Driver", "rating": "poor", "genres": ["driving/racing", "indie", "simulation"], "platforms": ["PC"]}} | 6f75aa43-7111-4c0e-af23-135ff51f95bd |
Codemasters Birmingham developed a gamed called F1 2014, which is a sport racing simulator. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "F1 2014", "developer": "Codemasters Birmingham", "genres": ["driving/racing", "simulation", "sport"]}} | 99567ad5-b949-4dae-89cc-43a12b073faf |
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"]}} | 7e23b253-b6c6-43fe-b5bb-ea4dad7d7f0b |
I was kind of underwhelmed with The Elder Scrolls Online. I guess that's what happens when you take a traditionally single-player first person RPG series and make a PC MMORPG out of it. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "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": "The Elder Scrolls Online", "rating": "average", "player_perspective": ["first person"], "platforms": ["PC"]}} | 462ef672-4864-43c1-9b39-3bb6c13c645c |
You said that you thought Need for Speed: Most Wanted was a good game. Have you had a similarly good experience with a bunch of other games on the PlayStation? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "platforms": ["PlayStation"]}} | 04f23ee9-630a-4771-ba1e-3e91a6343b22 |
Outlast II is a first person indie adventure game that was released for the PlayStation, Xbox, Nintendo Switch, and PC. It does not have a Linux release, but it is available for Mac users. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Outlast II", "genres": ["adventure", "indie"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "has_linux_release": false, "has_mac_release": true}} | 0a941a21-47bb-45ed-9749-9a6d53feaf54 |
I don't like Bus Driver at all. Indie driving/racing simulators aren't a type of game I normally like anyways, and to make it even worse, it's made for the PC. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Bus Driver", "rating": "poor", "genres": ["driving/racing", "indie", "simulation"], "platforms": ["PC"]}} | 12b9e085-cd56-4a7c-b015-77bc8d3950bc |
Grand Theft Auto V is an action-adventure game that includes driving/racing and shooting. It is played in both the third person and first person perspectives, and can be played with your friends. Be aware, it is rated M (for Mature). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": ["esrb", "genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Grand Theft Auto V", "esrb": "M (for Mature)", "genres": ["action-adventure", "driving/racing", "shooter"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | b18bb744-cc16-4a99-9534-35a32d5efa80 |
Tom Clancy's The Division is an all-around average multiplayer game from 2016, I would 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"}, "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": "Tom Clancy's The Division", "release_year": 2016, "rating": "average", "has_multiplayer": true}} | bf90a16b-4bd9-4b17-a8a1-d952825de104 |
I know most people really like The Elder Scrolls Online, but I thought it was just OK. First person games on the PC are not 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"}, "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": "The Elder Scrolls Online", "rating": "average", "player_perspective": ["first person"], "platforms": ["PC"]}} | 03bc99c1-fe4e-4e88-85a0-be941d129b6b |
Rise of the Tomb Raider is an action-adventure shooter developed by Crystal Dynamics for PlayStation, Xbox, and PC. It is rated M (for Mature), and, while it's not available on Linux or Mac, it is available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rise of the Tomb Raider", "developer": "Crystal Dynamics", "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 0144366d-5c31-4a93-8f0b-fadf8a3a2a1b |
If you're looking for a first person adventure game, check out Outlast II. It's an indie game released on the PlayStation, Xbox, Nintendo Switch, PC, and Mac. It doesn't have a Linux release, however. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Outlast II", "genres": ["adventure", "indie"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "has_linux_release": false, "has_mac_release": true}} | dd408cf5-1389-479f-8fa6-1dff690fbea2 |
I didn't enjoy Bus Driver, but I usually don't like indie driving/racing simulation games for PC. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Bus Driver", "rating": "poor", "genres": ["driving/racing", "indie", "simulation"], "platforms": ["PC"]}} | c472596e-4f20-4d9d-acc6-e7a3caf084fc |
The Room is a great indie point-and-click puzzle game made by Fireproof Games. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Room", "developer": "Fireproof Games", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"]}} | dad931e3-8075-45e9-b26b-a4b5f2ed0ccd |
The Last of Us was a truly excellent game. I loved how the third person perspective enhanced the experience, and it being for the PlayStation was an added bonus. | {"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": "The Last of Us", "rating": "excellent", "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 4975c884-30e7-478a-81c2-4fe5676eccae |
Are you talking about the Heroes of Might and Magic III: The Restoration of Erathia that has been released on Linux though not available on Steam? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["available_on_steam", "has_linux_release", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "available_on_steam": false, "has_linux_release": true}} | 691bdc76-656c-4598-b75c-24e1766fb6cd |
Rise of the Tomb Raider was developed by Crystal Dynamics and was rated M (for Mature). It was released on PlayStation, Xbox, PC and Steam, but had no Linux or Mac release. It is an action-adventure shooter game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rise of the Tomb Raider", "developer": "Crystal Dynamics", "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | d00764b8-bb66-4d3a-b79b-051309cac95c |
Tomb Raider: The Angel of Darkness is a third person action-adventure shooter. The game is rated T (for Teen) and has no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": ["esrb", "genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "esrb": "T (for Teen)", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false}} | 6e511565-9083-451f-adc1-10a2a9f28825 |
Superhot is an indie shooter with tactical elements that was released in 2016 with a T rating (for Teen) for the PlayStation, Xbox, and PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Superhot", "release_year": 2016, "esrb": "T (for Teen)", "genres": ["indie", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 42d517d7-1343-4dd5-aff7-bcd90dca0fe9 |
A decent game that I have played in the past is the pinball puzzle game Metroid Prime Pinball. It is rated E (for everyone), and you can play it multiplayer. It is made for the Nintendo consoles only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "esrb": "E (for Everyone)", "rating": "average", "genres": ["pinball", "puzzle"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | 87398eb7-c82d-46e3-a6e7-b45c12379625 |
I had fun playing The Wolf Among Us. Altogether, I like playing Telltale Games on PC. | {"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"]}} | 9b760a7f-7624-4a3b-91ef-48b4dbb82bb4 |
Bus Driver is an indie driving simulator that came out in 2014. It can be played on PC, and, though it doesn't have a Mac or a Linux release, it's available on Steam. It is rated E (for Everyone). | {"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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Bus Driver", "release_year": 2014, "esrb": "E (for Everyone)", "genres": ["driving/racing", "indie", "simulation"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | eae90139-e572-44cd-8ec7-cdae22628f92 |
Are you talking about Heroes of Might and Magic III: The Restoration of Erathia, the one on Linux but not on Steam? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["available_on_steam", "has_linux_release", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "available_on_steam": false, "has_linux_release": true}} | c808fc74-89d6-497e-bb17-b1128f8df88e |
Rise of the Tomb Raider by Crystal Dynamics is an action-adventure shooter. It is rated M (for Mature) and is available on PlayStation, Xbox, and PC, but it is not supported on Mac or Linux. It is available for Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rise of the Tomb Raider", "developer": "Crystal Dynamics", "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 155a7221-4bd1-482b-8150-8a9831c7be63 |
Tomb Raider: The Angel of Darkness is a action-adventure, shooter game. It sports the third person perspective and does not support multiplayer. It is rated T (for Teen). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "esrb": "T (for Teen)", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false}} | e0e6f44c-6210-4adf-a75c-1eab891489f7 |
Superhot is an indie tactical shooter, released in 2016 on PlayStation, Xbox, and PC. It is rated T (for Teen) by the ESRB. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Superhot", "release_year": 2016, "esrb": "T (for Teen)", "genres": ["indie", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 11f0d049-8b9c-4471-9304-e158eb76906d |
Heroes of Might and Magic III: The Restoration of Erathia is a 1999 turn-based strategy game with good ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "release_year": 1999, "rating": "good", "genres": ["turn-based strategy"]}} | 717c1baa-3533-476f-9281-5800986fd021 |
Diablo II is a good game, I'd say. Blizzard North makes quality content, and the fact that it actually has a Mac release is nice. | {"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_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Diablo II", "developer": "Blizzard North", "rating": "good", "has_mac_release": true}} | 3b710279-b63d-41fd-a80f-daeb1d25d5f4 |
Is the Heroes of Might and Magic III: The Restoration of Erathia you mentioned the one that you can't get on Steam but which has a Linux release? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["available_on_steam", "has_linux_release", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "available_on_steam": false, "has_linux_release": true}} | 6571f78a-cdf1-4c77-8ea2-e8d188b87fa5 |
World of Warcraft was a pretty fun game I think, I always tend to enjoy adventure MMORPGs like it. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "World of Warcraft", "rating": "good", "genres": ["adventure", "MMORPG"]}} | 8f262993-c332-4b60-9c31-f36f76fc9c3f |
Tomb Raider: The Angel of Darkness is a single-player, third person shooter with action-adventure themes that is rated T (for Teen). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "esrb": "T (for Teen)", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false}} | 020862d5-31f1-4c12-a0ba-5826bfad22d3 |
Superhot is an indie tactical shooter that came out in 2016. This game is rated T (for Teen) and is available for PlayStation, Xbox, and PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Superhot", "release_year": 2016, "esrb": "T (for Teen)", "genres": ["indie", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 2b00dd5d-e8a5-400a-8345-cc3318254ea6 |
TrackMania Turbo is a good driving/racing arcade game released in 2016. It is a multiplayer game with first and third person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "TrackMania Turbo", "release_year": 2016, "rating": "good", "genres": ["arcade", "driving/racing"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 113e7f14-9f22-4354-bf5f-a62789bdd7fc |
Need for Speed: Shift is a solid multiplayer first person game, all in all, I'd call it average. | {"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": "Need for Speed: Shift", "rating": "average", "player_perspective": ["first person"], "has_multiplayer": true}} | 0704b3dc-e1dc-432b-a2c1-0e38603df522 |
TrackMania Turbo from 2016 is a good arcade driving game that has multiplayer. This Nadeo game has first and third person views. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "TrackMania Turbo", "release_year": 2016, "developer": "Nadeo", "rating": "good", "genres": ["arcade", "driving/racing"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 94ef6569-b289-475b-8d30-833dcf0df13c |
The adventure MMORPG style of World of Warcraft really made it something different, which I enjoyed. | {"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": "World of Warcraft", "rating": "good", "genres": ["adventure", "MMORPG"]}} | 76f0d433-01ca-4b32-9299-955a2a43cbdf |
What's a game you've played for the PlayStation that you thought was stunning? | {"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": ["PlayStation"], "specifier": "stunning"}} | 7b74342a-4e94-4b73-a0ba-c5341c52cff1 |
You mentioned you thought Tony Hawk's Pro Skater 3 was simply okay. Are you generally not that into PC games from 2001? | {"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": "Tony Hawk's Pro Skater 3", "release_year": 2001, "rating": "average", "platforms": ["PC"]}} | 7d9d10e3-425c-4510-89bb-fb449216bf8e |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.