input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
I didn't think MotorStorm: Apocalypse was any good. But then, multiplayer PlayStation games are often boring, in my experience. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "MotorStorm: Apocalypse", "rating": "poor", "has_multiplayer": true, "platforms": ["PlayStation"]}} | 13d3f7a7-c634-447a-997d-258dee510b93 |
The Elder Scrolls V: Skyrim is predictably a good game. And of course, it's on Linux and Mac, as legally, any device must be able to run Skyrim, per the word of Todd. | {"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_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_linux_release", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "The Elder Scrolls V: Skyrim", "rating": "good", "has_linux_release": true, "has_mac_release": true}} | 280e22ac-a8a8-4519-afa7-6afd94c5c4bb |
Alan Wake's American Nightmare is an action-adventure shooter game that came out in 2012 by Remedy Entertainment. This game does not have a multiplayer functionality. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Alan Wake's American Nightmare", "release_year": 2012, "developer": "Remedy Entertainment", "genres": ["action-adventure", "shooter"], "has_multiplayer": false}} | cc620f61-104f-4b72-a110-7a7fec694907 |
MotorStorm: Apocalypse was a pretty bad game, even the local multiplayer couldn't salvage the experience, despite my friends all joining me on my PlayStation. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "MotorStorm: Apocalypse", "rating": "poor", "has_multiplayer": true, "platforms": ["PlayStation"]}} | 061cb719-1abc-4513-852b-973caeae5172 |
Do you remember any games that you felt were absorbing? | {"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": "absorbing"}} | a7549f72-8733-4388-a635-433f136f055c |
For a bird view action strategy, you should play Super Bomberman. It is considered an average-rated game and is single-player only. It was developed by Hudson Soft and released in 1993. | {"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": "Super Bomberman", "release_year": 1993, "developer": "Hudson Soft", "rating": "average", "genres": ["action", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | df987693-2bf8-484b-85c7-465d4b91a42a |
You mentioned that Quantum Break was merely okay. But I'm wondering, do you feel the same way about the other games released for Xbox in 2016? | {"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": "Quantum Break", "release_year": 2016, "rating": "average", "platforms": ["Xbox"]}} | 62e669a2-a1fe-4528-8338-e171994692de |
I'm not a huge fan of MotorStorm: Apocalypse. The multiplayer mode turns me off, and I rarely use my PlayStation anymore. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "MotorStorm: Apocalypse", "rating": "poor", "has_multiplayer": true, "platforms": ["PlayStation"]}} | 656a0831-587f-4e0d-8260-6bb0b5b4e4c5 |
What game have you found particularly absorbing lately? | {"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": "absorbing"}} | b82183b5-c28e-4131-bb08-7d0749e95970 |
Super Bomberman by Hudson Soft in 1993 is an average-rated action and strategy game. It is set in bird view and is single-player. | {"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": "Super Bomberman", "release_year": 1993, "developer": "Hudson Soft", "rating": "average", "genres": ["action", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | dbab61a1-5beb-4098-95a5-225b0f201660 |
If you thought Quantum Break was alright, did you feel that way about Xbox games in 2016 as a whole? | {"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": "Quantum Break", "release_year": 2016, "rating": "average", "platforms": ["Xbox"]}} | 421a3fef-404d-408e-9539-87d5610faaf9 |
Madden NFL 15 came out in 2014 to average reviews compared to other games in its genre. It is a third person sports sim with the option of bird view perspective too, and a 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": "Madden NFL 15", "release_year": 2014, "rating": "average", "genres": ["simulation", "sport"], "player_perspective": ["bird view", "third person"], "has_multiplayer": true}} | 2dbe713a-509f-4077-96c1-741c2ecb5014 |
Multiplayer games can be very fun, but the side view perspective of Worms: Reloaded made it merely average in my opinion. | {"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": "Worms: Reloaded", "rating": "average", "player_perspective": ["side view"], "has_multiplayer": true}} | 279bb290-41f0-48af-a6dc-a1e53dca7211 |
What is the game you think has the most absorbing gameplay? | {"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": "absorbing"}} | 836875aa-51d2-41fb-b43f-fe7e2f03c8c6 |
Super Bomberman is an average action strategy game that came out in 1993 by Hudson Soft. This game has no multiplayer functionality and is played in a bird view perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Super Bomberman", "release_year": 1993, "developer": "Hudson Soft", "rating": "average", "genres": ["action", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | 3f4c2c78-2d19-425d-8987-ff94a2cc6bad |
I remember you saying that you found Quantum Break to be average. Is this similar to other Xbox games from 2016? | {"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": "Quantum Break", "release_year": 2016, "rating": "average", "platforms": ["Xbox"]}} | ae585c88-5513-4eef-911e-7f1b8df825a1 |
Madden NFL 15 is a sport simulation game released in 2014. The game has both a bird's eye and a third person perspective while offering multiplayer support. The game received average ratings from players. | {"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": "Madden NFL 15", "release_year": 2014, "rating": "average", "genres": ["simulation", "sport"], "player_perspective": ["bird view", "third person"], "has_multiplayer": true}} | 66e68738-eb83-4d56-8944-95646297730f |
Worms: Reloaded wasn't very good as far as side view games, but the multiplayer did manage to bump the quality up to decent-ish. | {"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": "Worms: Reloaded", "rating": "average", "player_perspective": ["side view"], "has_multiplayer": true}} | 0bdf45c7-7fd4-4000-9ae8-209563795eec |
Super Mario World is my current favorite game. I love multiplayer games that are rated E (for Everyone), so this is really my cup of tea! | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Super Mario World", "esrb": "E (for Everyone)", "rating": "excellent", "has_multiplayer": true}} | ea0b726d-d659-41c7-ab56-63f1e08bd0cd |
Oh, do you mean Undertale, the E rated single-player 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"}, "esrb": {"title": "Esrb", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Undertale", "esrb": "E (for Everyone)", "has_multiplayer": false}} | 2ab558c0-33c8-4ef3-a2ef-48dc523adc97 |
The driving/racing arcade game TrackMania Turbo is available on PlayStation, Xbox, PC and 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "TrackMania Turbo", "genres": ["arcade", "driving/racing"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | aa39a198-9583-4d2f-80e1-829357501892 |
Worms: Reloaded is merely okay. I like games that have multiplayer quite a bit, but the side view perspective holds the game back. | {"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": "Worms: Reloaded", "rating": "average", "player_perspective": ["side view"], "has_multiplayer": true}} | f41948d9-2200-402a-990e-4c15a5adc436 |
Super Mario World is one of my favorite games. I love family friendly E rated games like it that have multiplayer, so I can play them with my entire family and 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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Super Mario World", "esrb": "E (for Everyone)", "rating": "excellent", "has_multiplayer": true}} | d8b52878-0304-4205-a24d-110caefdc6dd |
Undertale is the single-player game rated E (for Everyone), if I remember right? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Undertale", "esrb": "E (for Everyone)", "has_multiplayer": false}} | a20da8f7-4ba4-4cd9-821b-9d1cce315d34 |
An arcade-style racing game on PlayStation, Xbox, and PC is TrackMania Turbo. It's available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "TrackMania Turbo", "genres": ["arcade", "driving/racing"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 333f68af-0671-4f50-b358-db911fd23a00 |
2001's Max Payne is a good action-adventure shooter. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Max Payne", "release_year": 2001, "rating": "good", "genres": ["action-adventure", "shooter"]}} | 37f30461-9a2d-4c6d-bce2-4bfac5e85f3e |
Man, Super Mario World is downright amazing, totally beautiful. Go get it, right now. It's rated E so that's no excuse, and it has multiplayer. Play with your kids! | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Super Mario World", "esrb": "E (for Everyone)", "rating": "excellent", "has_multiplayer": true}} | 1ffa8a27-2d59-4818-bbbd-129ccb3c11eb |
You mean the single-player game Undertale, which is rated E (for Everyone)? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Undertale", "esrb": "E (for Everyone)", "has_multiplayer": false}} | d7a7ae42-a532-4761-9b4a-23d32f2cbb30 |
TrackMania Turbo is an arcade, driving/racing game for PlayStation, Xbox, PC and is currently available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "TrackMania Turbo", "genres": ["arcade", "driving/racing"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | d01cb965-335c-4053-82fc-295e88fd311e |
If you like sport simulation games with a third person or bird view perspective, then you should try the 2014 video game called Madden NFL 15. It has an average rating and has multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Madden NFL 15", "release_year": 2014, "rating": "average", "genres": ["simulation", "sport"], "player_perspective": ["bird view", "third person"], "has_multiplayer": true}} | 139bfe5b-b922-464d-a691-ea30f4bb8f8f |
Max Payne is a good action-adventure shooter from 2001. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Max Payne", "release_year": 2001, "rating": "good", "genres": ["action-adventure", "shooter"]}} | 357a49a1-fc99-4a2b-9c01-859f4c388263 |
The simulation and real-time strategy game, Stronghold 2, was released in 2005 and has multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "release_year": 2005, "genres": ["real-time strategy", "simulation"], "has_multiplayer": true}} | fe6a144c-69d7-4ddb-99e9-1f8143d46665 |
Hitman 2 is a tactical shooter game, and it is expected out on November 13, 2018. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hitman 2", "exp_release_date": "November 13, 2018", "genres": ["shooter", "tactical"]}} | c6f787e4-be04-46fa-bde8-f224a0217ebe |
2007's Crysis is an action-adventure FPS. It's a game with positive reviews, and it even has multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Crysis", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person"], "has_multiplayer": true}} | adc598f2-eb15-49bf-957f-9f2967430808 |
You mentioned that you liked Little Nightmares on PlayStation. Do you have generally fond feelings for most games from 2017? | {"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": "Little Nightmares", "release_year": 2017, "rating": "good", "platforms": ["PlayStation"]}} | adbc177c-030d-4012-b11c-1392f9133160 |
Max Payne is a good action- adventure shooter game that was released in 2001. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Max Payne", "release_year": 2001, "rating": "good", "genres": ["action-adventure", "shooter"]}} | 5ea2c58f-21ad-425c-b9bc-6bc53b8e5d81 |
Stronghold 2 is a multiplayer real-time strategy-simulation that was released in 2005. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "release_year": 2005, "genres": ["real-time strategy", "simulation"], "has_multiplayer": true}} | eca8500d-af71-47ee-bf6d-203e8726c32c |
Hitman 2 is a tactical shooter set to be released on November 13, 2018. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hitman 2", "exp_release_date": "November 13, 2018", "genres": ["shooter", "tactical"]}} | 708eec2c-86da-4aeb-9986-da16f3eff2fa |
Crysis is a good action-adventure game that came out in 2007. This first person shooter 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"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person"], "has_multiplayer": true}} | 3ff15d1c-f3d4-44bf-ab80-ca3999ff2d1e |
You mentioned liking Little Nightmares a fair amount just a moment ago. Do you enjoy more of the games released for the PlayStation in 2017? | {"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": "Little Nightmares", "release_year": 2017, "rating": "good", "platforms": ["PlayStation"]}} | d0f52542-d5f3-463c-9d99-9773b5f9a3b9 |
Stronghold 2 is a real-time strategy simulation game released in 2005 with multiplayer 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "release_year": 2005, "genres": ["real-time strategy", "simulation"], "has_multiplayer": true}} | 536221ea-bd01-41f4-ae4a-579b6fd1a2bd |
Hitman 2 is a tactical shooter game. It will be released on November 13, 2018. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hitman 2", "exp_release_date": "November 13, 2018", "genres": ["shooter", "tactical"]}} | f90ed731-bf11-493d-9f63-824d76b8528b |
Crysis is a multiplayer first person action-adventure, shooter. It was released in 2007 and has good ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person"], "has_multiplayer": true}} | 854ec380-e335-4346-a7a3-0d884895f064 |
Earlier you said that you enjoyed Little Nightmares. Are you generally a fan of PlayStation games from 2017? | {"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": "Little Nightmares", "release_year": 2017, "rating": "good", "platforms": ["PlayStation"]}} | c07c416f-ac0b-4368-97f3-024519b000ab |
What is it about Codemasters Southam's PlayStation games that makes you say they're just average? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Codemasters Southam", "rating": "average", "platforms": ["PlayStation"]}} | 11a79542-7f20-4d00-805c-4380f2d56a0c |
BioShock is a good role-playing action-adventure first person shooter game that is rated M. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "BioShock", "esrb": "M (for Mature)", "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["first person"]}} | bb47a278-81c9-452f-8459-62d9a0728cdd |
Worms: Reloaded is an average action, platformer, strategy game with side view player perspective and 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Worms: Reloaded", "rating": "average", "genres": ["action", "platformer", "strategy"], "player_perspective": ["side view"], "has_multiplayer": true}} | 86747ea8-5c88-4249-8543-a4e19863c885 |
Do you know any broken games from 2001? I love old games with quirky flaws. | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["release_year", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"release_year": 2001, "specifier": "broken"}} | a21f7752-79fd-467f-a0cf-bc1cbab00290 |
Alan Wake's American Nightmare is an action-adventure, shooter game released in late 2012 exclusively on Xbox and PC. This T (for Teen)-rated game is available on Steam; however, it was never released for Mac or Linux and remains a Windows-only PC 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"}, "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": "Alan Wake's American Nightmare", "release_year": 2012, "esrb": "T (for Teen)", "genres": ["action-adventure", "shooter"], "platforms": ["Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | e49ee4fc-9559-43a2-af45-e1a6f093d177 |
If you like single-player role-playing games, God of War is an excellent third person action-adventure platformer. It runs exclusively on PlayStation. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "God of War", "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | f1e81441-a33c-4008-918a-3916c4f5132c |
Though it isn't available on Steam, The Sims is available on all major gaming platforms, such as PlayStation, Xbox, Nintendo, and PC. It is a simulation strategy game that does not have a multiplayer feature. | {"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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Sims", "genres": ["simulation", "strategy"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false}} | a78b2ff6-95d9-4948-b9b2-161b3043f38c |
What do you think was the most broken game that came out in 2001? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["release_year", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"release_year": 2001, "specifier": "broken"}} | 18c679e1-e6c9-476c-98cb-4ecc2403b6d6 |
Alan Wake's American Nightmare is a 2012 action-adventure shooter that is rated T (for Teen). You can play this on Xbox and PC. It is available on Steam, but not for Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "Alan Wake's American Nightmare", "release_year": 2012, "esrb": "T (for Teen)", "genres": ["action-adventure", "shooter"], "platforms": ["Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | bc6e625f-24d0-43b2-929c-1c1158b153d0 |
Lara Croft and the Temple of Osiris is an action-adventure puzzle shooter released for PlayStation, Xbox, and PC. It's available on Steam, but does not currently have 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"}, "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": "Lara Croft and the Temple of Osiris", "genres": ["action-adventure", "puzzle", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 9b604c0f-1607-4715-9a48-7a54c589f9ac |
Dirt: Showdown is a decent sport racing game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dirt: Showdown", "rating": "average", "genres": ["driving/racing", "sport"]}} | 79ffb6fa-d0f4-49a4-9e46-2f6b4c6e1fc5 |
Never Alone is an adventure, indie, and platformer game. This can be played on a PlayStation, Xbox, PC, and Linux, but not on a Mac. The rating for this 2014 game is 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Never Alone", "release_year": 2014, "esrb": "T (for Teen)", "genres": ["adventure", "indie", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": true, "has_mac_release": false}} | 7bed970e-777c-4eab-a536-11a8b8648c87 |
What's a game you know of from 2001 that was just plain broken? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["release_year", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"release_year": 2001, "specifier": "broken"}} | 38d230d0-f941-4020-82dd-8e428ab0e2ca |
Assassin's Creed Chronicles: India is an action-adventure platformer game. Though it's received some poor ratings and doesn't have a Mac or Linux release, it can be played on PlayStation, Xbox as well as 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed Chronicles: India", "rating": "poor", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 10a1cd88-7fc0-4e89-953b-607b77be6d9e |
Metal Gear Solid 3: Snake Eater came out in 2004 as a single-player game only. It's a tactical shooter rated M (for Mature) with a lot of action and adventure. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "release_year": 2004, "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter", "tactical"], "has_multiplayer": false}} | 638c7c66-f216-4121-b2de-c8ac64b9f692 |
If you're looking for a Mature rated game that is specific for role-playing, tactical, and shooting then Tom Clancy's The Division is the game for you. | {"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"]}} | 91b69e43-cf93-4f7d-9fad-9a5de00df689 |
Lara Croft and the Temple of Osiris is an action-adventure shooter with a good deal of puzzle solving that was released on PlayStation, Xbox, and PC. It is also available on Steam, though Linux and Mac do not support 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"}, "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": "Lara Croft and the Temple of Osiris", "genres": ["action-adventure", "puzzle", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | fffccaaa-cb39-49a7-93d0-636552f4bd18 |
If you're looking for the average third person adventure-shooter, you should try Remedy Entertainment's Quantum Break. It came out 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"]}} | 4631723d-b7f1-4c4f-ba51-36e581f12946 |
If you like role-playing games, Age of Wonders II: The Wizard's Throne is a turn-based strategy game from 2002. It has poor ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Age of Wonders II: The Wizard's Throne", "release_year": 2002, "rating": "poor", "genres": ["role-playing", "turn-based strategy"]}} | fdc5d80a-9e24-4d7a-bbf0-a2d9f8c4a9ac |
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"]}} | 01e912c7-240f-4e42-a476-1c0d0aa69be8 |
Hellblade: Senua's Sacrifice is a hack-and-slash adventure game from an indie studio. Released in 2017, it gives the player a third person perspective as they fight their way through the game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hellblade: Senua's Sacrifice", "release_year": 2017, "genres": ["adventure", "hack-and-slash", "indie"], "player_perspective": ["third person"]}} | 3cedebd4-dd30-41d8-b45a-73a2fb841d19 |
Trivial Pursuit came out in 2009 for PlayStation and Nintendo. It is a poor trivia/board 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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Trivial Pursuit", "release_year": 2009, "rating": "poor", "genres": ["trivia/board game"], "platforms": ["PlayStation", "Nintendo"]}} | dbb950e7-189c-4ef2-8960-0019ada701ff |
Dance Dance Revolution Universe 3 is a multiplayer music game release for Xbox. While featuring multiplayer, the game was received poorly by critics. | {"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"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dance Dance Revolution Universe 3", "rating": "poor", "genres": ["music"], "has_multiplayer": true, "platforms": ["Xbox"]}} | 7b7b44b7-b436-4ab6-99c3-e219b812da88 |
Tom Clancy's The Division is a tactical, role-playing, shooter that 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"]}} | f73983c3-88fe-4ff6-9f96-4d9809e1226a |
If you like new indie games, Hellblade: Senua's Sacrifice is a third person adventure, hack-and-slash 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hellblade: Senua's Sacrifice", "release_year": 2017, "genres": ["adventure", "hack-and-slash", "indie"], "player_perspective": ["third person"]}} | e6aebe7a-f9ba-4013-a55d-d1ad26d1766c |
If you are into puzzle games, Lara Croft and the Temple of Osiris is an action-adventure shooter. It is runs on PlayStation, Xbox, and PC, but is not supported 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"}, "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": "Lara Croft and the Temple of Osiris", "genres": ["action-adventure", "puzzle", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | d9102a2e-0701-4af2-a62f-2129a82f3fdd |
The Room is an excellent indie point-and-click game with fun puzzle solving. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Room", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"]}} | 02433d90-9325-45e0-9997-f7500af41b62 |
Need for Speed: The Run is a driving/racing game released in 2011. It is considered to be average quality and allows first or third person perspective for the player. | {"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": "Need for Speed: The Run", "release_year": 2011, "rating": "average", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"]}} | 8a4a62ce-678b-47db-9276-4caa7e3296f8 |
Hellblade: Senua's Sacrifice is a 2017 third person indie adventure hack-and-slash game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hellblade: Senua's Sacrifice", "release_year": 2017, "genres": ["adventure", "hack-and-slash", "indie"], "player_perspective": ["third person"]}} | 8d302e70-59ad-461e-ad50-cd0b8fcd7219 |
A first person game released in 2017 that I enjoyed was Outlast II. Have you heard of it before? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Outlast II", "release_year": 2017, "player_perspective": ["first person"]}} | 447d7c02-2e1c-46fc-89ce-9ab6ccba1513 |
Little Nightmares is a good adventure and puzzle platformer with a side view perspective. It was released on PlayStation, Xbox, and PC, and it is available on Steam. It has a Linux release, but not a Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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": "Little Nightmares", "rating": "good", "genres": ["adventure", "platformer", "puzzle"], "player_perspective": ["side view"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": false}} | 36071547-a16e-4b44-9da3-6b65fe0726f2 |
The 2011 racing game, Need for Speed: The Run, was decent and offers both 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"}, "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": "Need for Speed: The Run", "release_year": 2011, "rating": "average", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"]}} | b1c62490-d435-40c8-8f09-f2f0cd163bdd |
Horizon: Zero Dawn is an excellent third person action-adventure, role-playing shooter. It was developed exclusively for PlayStation by Guerrilla Games and is rated T (for Teen). It does not have multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Horizon: Zero Dawn", "developer": "Guerrilla Games", "esrb": "T (for Teen)", "rating": "excellent", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | e686ff16-b17e-4898-a5c0-06396cdb7e28 |
Do you like first person games? If so, I think you'd like 2017's Outlast II. | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Outlast II", "release_year": 2017, "player_perspective": ["first person"]}} | 64c16e49-f81f-4fec-9335-a73ef5477a8e |
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}} | 6d9aa848-d690-4ea5-ba18-655a210f0c6a |
Uncharted 4: A Thief's End was developed by Naughty Dog. It's an excellent action-adventure shooter game that you play from the third person perspective. You can get it for PlayStation only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Uncharted 4: A Thief's End", "developer": "Naughty Dog", "rating": "excellent", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | e4e89d02-664c-45f9-987b-e1274a34c87c |
Need for Speed: The Run is a first and third person racing game from 2011 with average reviews. | {"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": "Need for Speed: The Run", "release_year": 2011, "rating": "average", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"]}} | d7a77556-05f7-4eb8-97fb-4ee73cd5aa97 |
Since you're into first person games and have enjoyed some games from 2017, do you know of Outlast II? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Outlast II", "release_year": 2017, "player_perspective": ["first person"]}} | d21b8a7b-a798-4f2c-91f8-211a028adb4d |
Never Alone is an indie adventure platformer. It is available on Steam, and is also 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Never Alone", "genres": ["adventure", "indie", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | dd3c31c6-4c7d-4072-bfbd-317542ffbfd0 |
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}} | 5e65714e-c054-46b4-bf3e-25ea6578952d |
The indie adventure platformer, Never Alone, was released for PlayStation, Xbox, and PC. The game 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Never Alone", "genres": ["adventure", "indie", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 77ae4471-6098-4a11-ac12-d7c5ac7d68cb |
Horizon: Zero Dawn is an excellent action-adventure RPG shooter released by Guerrilla Games for the PlayStation. This game is third person, has no multiplayer, and has T (for Teen) rating. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Horizon: Zero Dawn", "developer": "Guerrilla Games", "esrb": "T (for Teen)", "rating": "excellent", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | 411e507d-adbc-4709-837a-26aed80658ab |
Metal Gear Solid 3: Snake Eater is an excellent tactical action-adventure shooter from 2004. It's rated M (for Mature) and has a variety of perspectives such as bird view, first person, and third person. There's no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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}} | 340b0ec5-b785-4205-81db-4c1c9a4c138d |
Little Nightmares is an adventure puzzle game by Tarsier Studios. The platformer game is available on PlayStation, Xbox, and PC. The title is not available on Mac, but can be played 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"}, "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": "Little Nightmares", "developer": "Tarsier Studios", "genres": ["adventure", "platformer", "puzzle"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": true, "has_mac_release": false}} | a816af1b-fd41-43d7-91de-bc4ebd72410e |
Tom Clancy's Splinter Cell: Chaos Theory by Ubisoft Montreal is a good action tactical game available on Steam. You can get it for PlayStation, Xbox, Nintendo and PC, but not Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "developer": "Ubisoft Montreal", "rating": "good", "genres": ["action", "tactical"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 9ab27b93-5196-496a-97df-bf79121c562b |
Never Alone is an indie adventure platformer. It's available for PC, PlayStation, and Xbox. It is also available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Never Alone", "genres": ["adventure", "indie", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 944ee21f-24ea-443a-826e-18770fa29492 |
Horizon: Zero Dawn is an excellent action-adventure shooter with third person role-playing, developed by Guerrilla Games. It was released as a PlayStation exclusive, and doesn't have multiplayer. It is suitable for teenagers. | {"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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Horizon: Zero Dawn", "developer": "Guerrilla Games", "esrb": "T (for Teen)", "rating": "excellent", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | 2902ecc2-ea0b-4da8-8c94-91cfef08b2d6 |
Metal Gear Solid 3: Snake Eater is an excellent action-adventure tactical shooter that came out in 2004 and is rated M (for Mature). The game offers bird view, first person and third person perspectives. The game does not have multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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}} | 23d06948-b367-473f-9a7c-9b40f1e33dee |
Driver is a driving/racing simulator released in 1999 to average reviews. | {"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": "Driver", "release_year": 1999, "rating": "average", "genres": ["driving/racing", "simulation"]}} | 90d3441e-608b-4def-b345-1bfb5e3dd08c |
Stronghold 2 is an average quality real-time strategy simulation game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "rating": "average", "genres": ["real-time strategy", "simulation"]}} | 42326d87-7467-47eb-9495-b646c85ffacd |
Metal Gear Solid 3: Snake Eater is an excellent tactical shooter and action-adventure game that offers first person, third person, and bird view perspectives. It was released exclusively for the PlayStation consoles in 2004. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "release_year": 2004, "rating": "excellent", "genres": ["action-adventure", "shooter", "tactical"], "player_perspective": ["bird view", "first person", "third person"], "platforms": ["PlayStation"]}} | f3bad6a8-2feb-41e0-9471-07171411776b |
If you are interested in multiplayer trivia/board games for PlayStation or Nintendo, try Trivial Pursuit. It was developed by Electronic Arts and released in 2009. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "has_multiplayer", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Trivial Pursuit", "release_year": 2009, "developer": "Electronic Arts", "genres": ["trivia/board game"], "has_multiplayer": true, "platforms": ["PlayStation", "Nintendo"]}} | 4f209cee-752f-40b4-9c31-76956598a739 |
Dance Dance Revolution Universe 3 is a 2008 music game for Xbox. It is a multiplayer game for everyone with a poor rating. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dance Dance Revolution Universe 3", "release_year": 2008, "esrb": "E (for Everyone)", "rating": "poor", "genres": ["music"], "has_multiplayer": true, "platforms": ["Xbox"]}} | 602da768-d6bd-4c1d-90de-37aed7b67d26 |
Need for Speed: Shift was developed by Slightly Mad Studios, and was released with an E (for Everyone) rating. It's a driving/racing simulation game. It has a multiplayer option, and can be played in either first person, or 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Shift", "developer": "Slightly Mad Studios", "esrb": "E (for Everyone)", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | ed1c48d9-f226-4dc5-a4d2-3001029fd989 |
You could consider Stronghold 2, it's an RTS simulator with average ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "rating": "average", "genres": ["real-time strategy", "simulation"]}} | f72ba64d-12c8-4e7d-80a6-571465421672 |
Trivial Pursuit was released in 2009 by Electronic Arts. It's a trivia/board game type game, that you can play in multiplayer mode. It's available for PlayStation and Nintendo. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "has_multiplayer", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Trivial Pursuit", "release_year": 2009, "developer": "Electronic Arts", "genres": ["trivia/board game"], "has_multiplayer": true, "platforms": ["PlayStation", "Nintendo"]}} | 1679430c-1956-4f54-b8bc-5e0d39e20473 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.