input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
I'm not a fan of M rated games, so I thought I'd hate Call of Duty: Advanced Warfare. But Sledgehammer Games is a developer that knows what they're doing most of the time, so I actually found it to be okay. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Call of Duty: Advanced Warfare", "developer": "Sledgehammer Games", "esrb": "M (for Mature)", "rating": "average"}} | 366ea10d-b690-46bd-ac8c-0962cea16095 |
You ever played one of SCS Software's PC games although without a Mac release, like Bus Driver? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "has_mac_release", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Bus Driver", "developer": "SCS Software", "has_mac_release": false}} | 5c870ed7-3198-485d-b8ef-e40862f0c1a8 |
Lara Croft and the Temple of Osiris is a 2014 action-adventure shooter that involves puzzle solving too. It has multiplayer, and is rated T (for Teen). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Lara Croft and the Temple of Osiris", "release_year": 2014, "esrb": "T (for Teen)", "genres": ["action-adventure", "puzzle", "shooter"], "has_multiplayer": true}} | 291ff943-b571-4c38-a748-4c9cda22e003 |
Heroes of Might and Magic III: The Restoration of Erathia is a turn-based strategy game rated E (for Everyone). The bird view strategy game offers multiplayer and has been reviewed as good. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "esrb": "E (for Everyone)", "rating": "good", "genres": ["turn-based strategy"], "player_perspective": ["bird view"], "has_multiplayer": true}} | 6ed6e7b2-e87d-46fe-8dc8-b96135a97153 |
Mass Effect 2 was released in 2010. It is third person action-adventure role-playing, shooter for PlayStation, Xbox, and PC. The game is available on Steam too. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Mass Effect 2", "release_year": 2010, "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 420fb8f9-21a7-4511-979a-33a48f287d02 |
Guitar Hero: Smash Hits from 2009 is a poor first person music game with multiplayer. It is available on PlayStation, Xbox, or Nintendo consoles. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Guitar Hero: Smash Hits", "release_year": 2009, "rating": "poor", "genres": ["music"], "player_perspective": ["first person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo"]}} | 5de6e8d2-eb46-4330-a595-cdc8909f939e |
Are you talking about the Tomb Raider: The Angel of Darkness developed by Core Design in 2003? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "developer": "Core Design"}} | c5026348-cfc1-4a66-9d11-9610a04cdd9e |
Payday 2 isn't the worst game in the world, I'd say. It's got multiplayer which is always a plus, but Overkill Software just doesn't make games that stand out much. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Payday 2", "developer": "Overkill Software", "rating": "average", "has_multiplayer": true}} | 66a621b7-1db9-4598-8de8-6c167f1e4394 |
The Sims is a strategy simulator with a bird view released in 2000 with a T rating. It has no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Sims", "release_year": 2000, "esrb": "T (for Teen)", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | 19171764-512b-41f0-aab9-6b5078d9b25b |
Little Big Adventure is a third person action-adventure game released in 1994. The game does not offer multiplayer and was reviewed as average. | {"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": "Little Big Adventure", "release_year": 1994, "rating": "average", "genres": ["action-adventure"], "player_perspective": ["third person"], "has_multiplayer": false}} | 0b76ede4-4a91-4f62-8c83-0678cd4b730f |
The 2009 release of Guitar Hero: Smash Hits, can only be played on PlayStation, Xbox, or Nintendo. The first person music game with multiplayer has gotten 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Guitar Hero: Smash Hits", "release_year": 2009, "rating": "poor", "genres": ["music"], "player_perspective": ["first person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo"]}} | 937b6470-6ea3-479c-a1b8-01d5660f39db |
Do you mean Tomb Raider: The Angel of Darkness, the game from 2003, made by Core Design? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "developer": "Core Design"}} | d409f4e3-7407-4ecb-8fcf-dd67d0eec3ed |
Codemasters Southam popped out a pretty average first person game in Dirt: Showdown, I think. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Dirt: Showdown", "developer": "Codemasters Southam", "rating": "average", "player_perspective": ["first person"]}} | 7f332fe1-5a21-4615-aff1-f134a3eec990 |
If you like real-time strategy role-playing games, then you should try the video game released in 2017 by Grimlore Games called Spellforce 3. It has a bird view perspective and has multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "SpellForce 3", "release_year": 2017, "developer": "Grimlore Games", "genres": ["real-time strategy", "role-playing"], "player_perspective": ["bird view"], "has_multiplayer": true}} | 289fd38c-81ce-4709-bc93-6dd357fb8794 |
The Sims was released in 2000, with a rating of T (for Teen). It is a simulation, strategy game that is played from a bird view. There is no multiplayer option. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Sims", "release_year": 2000, "esrb": "T (for Teen)", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | 653d0fd1-399d-498a-87be-52de4fd8aea8 |
Little Big Adventure is a third person view, action-adventure game from 1994. It has no multiplayer and has an average rating among gamers. | {"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": "Little Big Adventure", "release_year": 1994, "rating": "average", "genres": ["action-adventure"], "player_perspective": ["third person"], "has_multiplayer": false}} | 4604be87-c7d1-4e23-b27b-0060db1a7cd8 |
Mass Effect 2, a third person action-adventure shooter RPG, came out in 2010. It's available cross-platform on PlayStation, Xbox, and PC through Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Mass Effect 2", "release_year": 2010, "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 7c0aba51-a2fa-4760-8e6c-8e3eeaa208f4 |
Telltale Games' point-and-click adventures are generally fun to play, so I liked The Wolf Among Us. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "The Wolf Among Us", "developer": "Telltale Games", "rating": "good", "genres": ["adventure", "point-and-click"]}} | 19f58bca-c8fe-4a3c-bcef-c92a376816cc |
Do you have experience with any third person games that were released in 2005, like Tom Clancy's Splinter Cell: Chaos Theory? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "suggest", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "player_perspective": ["third person"]}} | 5232b081-09d9-48a2-934f-0b35494329f0 |
As far as first person RPG shooters go, Payday 2 is more of the same, not really great, but not really bad either. Middle of the road, you know? | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Payday 2", "rating": "average", "genres": ["role-playing", "shooter"], "player_perspective": ["first person"]}} | 01e19f34-1813-47c8-9244-61e37c53ca15 |
SpellForce 3 is a real-time strategy, role-playing game released by Grimlore Games in 2017. It has a multiplayer mode and bird view player perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "SpellForce 3", "release_year": 2017, "developer": "Grimlore Games", "genres": ["real-time strategy", "role-playing"], "player_perspective": ["bird view"], "has_multiplayer": true}} | 8925060c-8d62-40bb-a3c8-29e46777e773 |
The Sims is a single-player simulation-strategy game in bird view that came out in 2000. It is rated T (for Teen). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Sims", "release_year": 2000, "esrb": "T (for Teen)", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | 4651819c-90b6-4c3d-a364-770afce52b0f |
Battlefield V is an upcoming first person action game. The multiplayer shooter is slated for release on October 16, 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["exp_release_date", "genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Battlefield V", "exp_release_date": "October 16, 2018", "genres": ["action", "shooter"], "player_perspective": ["first person"], "has_multiplayer": true}} | abcebd51-6aa1-4dec-90bd-a238a955bde6 |
The Wolf Among Us is a pretty good point-and-click adventure game for a developer like Telltale Games. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "The Wolf Among Us", "developer": "Telltale Games", "rating": "good", "genres": ["adventure", "point-and-click"]}} | 78a80dca-7cf6-48e9-afae-1fa4fd0b8e39 |
Did you ever play any third person games released back in 2005, such as Tom Clancy's Splinter Cell: Chaos Theory? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "suggest", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "player_perspective": ["third person"]}} | 119ca98a-1265-42b8-b9b8-2f90737213e0 |
2013 was the year Naughty Dog really came into their own as a masterful developer, so it's no surprise that I really love The Last of Us. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "The Last of Us", "release_year": 2013, "developer": "Naughty Dog", "rating": "excellent"}} | d54e3d6e-bd3b-4d99-9c89-dbbe86524a54 |
SpellForce 3 is a 2017 release by Grimlore Games. It is a bird view real-time strategy RPG with 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "SpellForce 3", "release_year": 2017, "developer": "Grimlore Games", "genres": ["real-time strategy", "role-playing"], "player_perspective": ["bird view"], "has_multiplayer": true}} | 763c5e3d-4e09-40a0-ba7e-3af93585ec85 |
What do you find so great about action-adventure shooters? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "excellent", "genres": ["action-adventure", "shooter"]}} | 67d99d6e-ca99-452f-8e56-31d05c5061cb |
The turn-based strategy, Heroes of Might and Magic III: The Restoration of Erathia, has a bird view perspective and offers a multiplayer mode. It's a good game, and it was rated E (for Everyone). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "esrb": "E (for Everyone)", "rating": "good", "genres": ["turn-based strategy"], "player_perspective": ["bird view"], "has_multiplayer": true}} | c1718b62-4b8c-4249-b436-3e226b5ad9c3 |
Battlefield V is an action first person shooter that came out October 16, 2018. You can play this game multiplayer if you choose. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["exp_release_date", "genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Battlefield V", "exp_release_date": "October 16, 2018", "genres": ["action", "shooter"], "player_perspective": ["first person"], "has_multiplayer": true}} | 27ee8fc0-d4ad-4c7e-bd76-335a548c8680 |
Point-and-click adventure games can be fun if made by a good developer. And Telltale Games fortunately is such a developer, so I quite enjoyed playing The Wolf Among Us. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "The Wolf Among Us", "developer": "Telltale Games", "rating": "good", "genres": ["adventure", "point-and-click"]}} | 1b993c8a-ee68-4afa-a107-2d346093ca65 |
Are you into third person games, like 2005's Tom Clancy's Splinter Cell: Chaos Theory? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "suggest", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "player_perspective": ["third person"]}} | ed975361-0a6d-4a21-b9ab-ddcb4565b2bc |
World of Warcraft: Battle for Azeroth is to be released on August 14, 2018 as a third person MMORPG. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "World of Warcraft: Battle for Azeroth", "exp_release_date": "August 14, 2018", "genres": ["MMORPG"], "player_perspective": ["third person"]}} | 5e780969-4261-483e-b47a-77e2c36d917d |
So why are action-adventure shooters some of your favorite games? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "excellent", "genres": ["action-adventure", "shooter"]}} | 8f8605d3-a3b4-4467-9bde-4982dd968393 |
If you're interested in an action-adventure video game, try Little Big adventure it was released in 1994 it has recieved average ratings. The game has a third person view, but 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"}, "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": "Little Big Adventure", "release_year": 1994, "rating": "average", "genres": ["action-adventure"], "player_perspective": ["third person"], "has_multiplayer": false}} | 8e20594e-d155-4b7f-8e81-e22b515a8be9 |
Driver is a third person driving/racing 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Driver", "genres": ["driving/racing", "simulation"], "player_perspective": ["third person"]}} | 5a979a47-428e-4df4-9f24-961286670212 |
If you are looking for a new multiplayer first person action shooter, check out Battlefield V, which is expected to be released on October 16, 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["exp_release_date", "genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Battlefield V", "exp_release_date": "October 16, 2018", "genres": ["action", "shooter"], "player_perspective": ["first person"], "has_multiplayer": true}} | bb2c165d-5dd5-4f85-a949-5a3cb0fe0d5a |
Worms: Reloaded from 2010 is an E 10+ (for Everyone 10 and Older) rated strategic action platformer. It has side view perspective and 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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Worms: Reloaded", "release_year": 2010, "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["action", "platformer", "strategy"], "player_perspective": ["side view"], "has_multiplayer": true}} | 8869379d-c06b-4f54-983d-95c9297b954b |
I once played this poorly-rated game, Nightshade, a text adventure from 2017 with no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Nightshade", "release_year": 2017, "rating": "poor", "genres": ["text adventure"], "has_multiplayer": false}} | 881bb491-ba57-42de-85bf-c3bcf2865a17 |
NBA 2K19 is a sports game that will be released on September 11, 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": "NBA 2K19", "exp_release_date": "September 11, 2018", "genres": ["sport"]}} | 071f0271-712d-4564-8b66-52dda6f79879 |
The Forest of Doom is an average role-playing text adventure game released in 2014. You can get it on Linux, Mac, and PC. It is available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "rating": "average", "genres": ["role-playing", "text adventure"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 652e1194-4f3c-44d4-95d4-4be0b0b9c378 |
Why is it that action-adventure shooters are always your favorite games? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "excellent", "genres": ["action-adventure", "shooter"]}} | 4cd147be-b161-415f-baf1-7efbf1104d2b |
I do not care for Guitar Hero: Smash Hits, or any music games from Beenox. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Guitar Hero: Smash Hits", "developer": "Beenox", "rating": "poor", "genres": ["music"]}} | a46f01b0-7f8f-44f7-8ce2-1c322cb4f323 |
That reminds me of Driver, it's also a third person driving/racing sim. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Driver", "genres": ["driving/racing", "simulation"], "player_perspective": ["third person"]}} | d31cfde3-f534-415f-97bd-dd8c2c0dfc5e |
Lara Croft and the Temple of Osiris is a 2014 action-adventure shooter game that requires some puzzle solving along the way. It is rated T (for Teen) and has received average ratings. You can play it with your friends in 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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Lara Croft and the Temple of Osiris", "release_year": 2014, "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure", "puzzle", "shooter"], "has_multiplayer": true}} | 71748244-9943-4788-b69c-b5cfa9caa77f |
Worms: Reloaded is an action, platformer loaded with lots of strategy elements. It was released in 2010 with a rating E 10+ (for Everyone 10 an Older). The game has a side view perspective, as you and your friends can play 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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Worms: Reloaded", "release_year": 2010, "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["action", "platformer", "strategy"], "player_perspective": ["side view"], "has_multiplayer": true}} | 99ae76d5-adf2-42a3-ac24-d588c6b47ff6 |
This game, Nightshade, is a rather poor single-player text adventure game from 2017. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Nightshade", "release_year": 2017, "rating": "poor", "genres": ["text adventure"], "has_multiplayer": false}} | 09494876-5990-4468-88fb-f029e2f573b4 |
Little Big Adventure is an average-rated third person action-adventure for single-player gaming. It came out in 1994 by Adeline Software International and is rated T (for Teen). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Little Big Adventure", "release_year": 1994, "developer": "Adeline Software International", "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure"], "player_perspective": ["third person"], "has_multiplayer": false}} | 44357daf-fba1-488a-add5-835d539ff7dd |
What do you love Naughty Dog's PlayStation games so much? | {"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": "Naughty Dog", "rating": "excellent", "platforms": ["PlayStation"]}} | b48f529b-06e9-4c87-95a3-9de2c9783113 |
Guitar Hero: Smash Hits is a rare miss for Beenox. Usually such a juggernaut in the music genre, they made a pretty lame game this time. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Guitar Hero: Smash Hits", "developer": "Beenox", "rating": "poor", "genres": ["music"]}} | 88850aca-a54c-428b-a1ec-fc61f6afea77 |
Driver is a driving/racing and simulation game that has been done in the third person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Driver", "genres": ["driving/racing", "simulation"], "player_perspective": ["third person"]}} | 3c30f7de-0cc3-4149-98a5-95673670f8c1 |
If you like action-adventure shooter games with puzzle solving and a multiplayer mode, then you should try the 2014 video game called Lara Croft and the Temple of Osiris. It received average ratings and is rated T (for Teen). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Lara Croft and the Temple of Osiris", "release_year": 2014, "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure", "puzzle", "shooter"], "has_multiplayer": true}} | 18cf7915-19ed-498c-a94c-85a4033f63bb |
If you want a side view, action strategy platformer that has multiplayer, check out Worms: Reloaded. It came out in 2010 and is rated E 10+ (for Everyone 10 and Older). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Worms: Reloaded", "release_year": 2010, "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["action", "platformer", "strategy"], "player_perspective": ["side view"], "has_multiplayer": true}} | cb077032-c79c-4d69-98f9-3c26ee6c71df |
Nightshade is a 2017 single-player text adventure game, but 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Nightshade", "release_year": 2017, "rating": "poor", "genres": ["text adventure"], "has_multiplayer": false}} | 7bc559be-8719-4cd3-881e-d591fe384551 |
Football Manager 2015 is sport simulation game as well as a strategy game, and it does 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "genres": ["simulation", "sport", "strategy"], "has_multiplayer": true}} | 053f20a4-f358-4e8e-9f2c-235b22e8148d |
The Forest of Doom is a 2014 role-playing text adventure game with average ratings. It is available on Steam, and it runs on PC, Mac, and Linux platforms. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "rating": "average", "genres": ["role-playing", "text adventure"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 98b92d29-84bf-4fd7-baff-cdbc6d76ebd0 |
What makes you think Naughty Dog's PlayStation games are excellent? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Naughty Dog", "rating": "excellent", "platforms": ["PlayStation"]}} | 558913e1-8f72-4da4-bebb-fb276011a950 |
I didn't enjoy Guitar Hero: Smash Hits at all. The music genre has never been a favorite of mine, and I just don't think that the developer Beenox has any idea what they're doing. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Guitar Hero: Smash Hits", "developer": "Beenox", "rating": "poor", "genres": ["music"]}} | 79abef92-d9b9-40a1-a8f5-e9a25a540eb8 |
Do you mean the NBA 2K19 that is in the sport genre? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "NBA 2K19", "genres": ["sport"]}} | 4d6bce37-2131-4422-8c97-e89a49c62333 |
Lara Croft and the Temple of Osiris is an average multiplayer action-adventure shooter that incorporates puzzle solving. It's a game from 2014 with a T (for Teen) rating. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Lara Croft and the Temple of Osiris", "release_year": 2014, "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure", "puzzle", "shooter"], "has_multiplayer": true}} | f0d61e69-5224-4c70-987f-f9b693c5bc52 |
EA Redwood Shores did a lot for the driving/racing genre with Need for Speed: Most Wanted. Did you ever play it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Need for Speed: Most Wanted", "developer": "EA Redwood Shores", "genres": ["driving/racing"]}} | a4f0652f-9be7-4744-a910-7a0710f9d45b |
For multiplayer Xbox games, there's always Crysis. Have you played it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Crysis", "has_multiplayer": true, "platforms": ["Xbox"]}} | 1e63d3c2-e5de-4bba-8d06-0c4c6f48270f |
Need for Speed: Payback is a multiplayer third person driving/racing game. 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"}, "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": "Need for Speed: Payback", "rating": "poor", "genres": ["driving/racing"], "player_perspective": ["third person"], "has_multiplayer": true}} | edc960d7-3bdd-42ef-9f38-c85d08641825 |
Why do you think the games Naughty Dog releases for the PlayStation are so irresistable? | {"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": "Naughty Dog", "rating": "excellent", "platforms": ["PlayStation"]}} | 81610972-92b3-40ab-aed6-7ffee4d30427 |
Earlier you said you enjoyed Rocket League. Do you frequently prefer third person sports games featuring vehicular combat? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Rocket League", "rating": "good", "genres": ["sport", "vehicular combat"], "player_perspective": ["third person"]}} | 09d18fa2-d9c5-4792-a8b6-d88a5e5480ae |
So you're talking about the sports game NBA 2K19? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "NBA 2K19", "genres": ["sport"]}} | 02e93351-b21a-4a6c-b40e-996a57097739 |
One of the all time classic PC games released by MicroProse was RollerCoaster Tycoon. Do you know of it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "RollerCoaster Tycoon", "developer": "MicroProse", "platforms": ["PC"]}} | 74d26c1b-81a3-4725-af0d-52b5668576bd |
While we're on the subject of driving/racing games made by EA Redwood Shores, are you familiar with Need for Speed: Most Wanted? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Need for Speed: Most Wanted", "developer": "EA Redwood Shores", "genres": ["driving/racing"]}} | 1445cd0a-1954-42fc-8128-3605afa9ee74 |
A multiplayer Xbox game that I enjoyed was Crysis. Have you played it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Crysis", "has_multiplayer": true, "platforms": ["Xbox"]}} | 4a79c37b-2d6b-43fa-a077-30a1dc1cea58 |
If you like indie adventures with M (for Mature) ratings, try Outlast II. | {"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": "Outlast II", "esrb": "M (for Mature)", "genres": ["adventure", "indie"]}} | ce7ce3b6-8a1f-4ab8-b87a-dafc3dd9f41a |
The Forest of Doom is an average 2014 text adventure RPG. It's for PC only and available on Steam. There's Linux and Mac support too. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "rating": "average", "genres": ["role-playing", "text adventure"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | fc826dd2-61f4-42c8-adad-3a1f225a9818 |
Have you ever tried out any games by The Astronauts, such as The Vanishing of Ethan Carter? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "The Vanishing of Ethan Carter", "developer": "The Astronauts"}} | 4873e5ee-a274-4e54-97aa-61dd1c84d032 |
Do you commonly favor third person player perspectives like you get in the vehicular combat of a sport title such as Rocket League? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Rocket League", "rating": "good", "genres": ["sport", "vehicular combat"], "player_perspective": ["third person"]}} | b044c58e-61c2-457d-b66a-f63928d57a6b |
Are you talking about the sports game, NBA 2K19? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "NBA 2K19", "genres": ["sport"]}} | 47ffb878-33b6-4dee-8f47-4b1b704c6fb1 |
Since you play on your PC, I wonder if you've thought about trying the MicroProse game RollerCoaster Tycoon? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "RollerCoaster Tycoon", "developer": "MicroProse", "platforms": ["PC"]}} | 727b635a-61d2-4547-af60-ff89978ce9e9 |
Speaking of driving/racing games by EA Redwood Shores, what do you think about Need for Speed: Most Wanted? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Need for Speed: Most Wanted", "developer": "EA Redwood Shores", "genres": ["driving/racing"]}} | d7309a50-026c-4555-b869-a532f7869720 |
Since you like multiplayer Xbox games, then you'd love Crysis. Given that one a go yet? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Crysis", "has_multiplayer": true, "platforms": ["Xbox"]}} | 5c7cf388-be31-4bb5-ad73-b77b4746fc9d |
An indie adventure game, Layers of Fear, was released in 2015 to be played on PlayStation, Xbox, Nintendo Switch, PC, and Steam. It is a first person, point-and-click game that cannot 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Layers of Fear", "release_year": 2015, "genres": ["adventure", "indie", "point-and-click"], "player_perspective": ["first person"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true}} | 3b607bef-2f69-4d9a-a17b-e945972310e8 |
Life is Strange is a good role-playing 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": "Life is Strange", "rating": "good", "genres": ["role-playing"]}} | 269e1a79-d6c8-4671-ac6d-7c03caa62ff4 |
Have you given any games from The Astronauts a shot, such as The Vanishing of Ethan Carter? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "The Vanishing of Ethan Carter", "developer": "The Astronauts"}} | bba49d17-7724-43a9-92fc-bd0826cc53cc |
You said that Rocket League was a fun time. Do you feel the same way about other third person vehicular combat sports games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Rocket League", "rating": "good", "genres": ["sport", "vehicular combat"], "player_perspective": ["third person"]}} | afc3dd81-7bd5-43a2-9ace-d7c46d3f1b7f |
The Elder Scrolls Online is an MMORPG from 2014 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"}, "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": "The Elder Scrolls Online", "release_year": 2014, "rating": "average", "genres": ["MMORPG"]}} | 088c6745-fd21-40fe-9bbf-041724e84a78 |
I think one of the most well known PC games developed by MicroProse is RollerCoaster Tycoon. Did you ever play that one? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "RollerCoaster Tycoon", "developer": "MicroProse", "platforms": ["PC"]}} | 61166ffe-04c4-40d8-9a5e-8e27f07a8693 |
Might & Magic: Heroes VI isn't bad but could be better. Black Hole Entertainment always makes games that are at least okay, but it's annoying it's not available for Mac. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Might & Magic: Heroes VI", "developer": "Black Hole Entertainment", "rating": "average", "has_mac_release": false}} | af4821ba-aa55-4efa-8c41-584334879eda |
Among first person puzzle platformer shooters, Portal 2 is a complete classic. Do you know about it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Portal 2", "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"]}} | 494d61e1-e8db-46ec-8e7e-e42b4b6d096b |
The Elder Scrolls V: Skyrim is an adventure RPG that came out in 2011. It's rated M (for Mature). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls V: Skyrim", "release_year": 2011, "esrb": "M (for Mature)", "genres": ["adventure", "role-playing"]}} | 4fbbabae-63c2-4391-819d-1dc98d17d13d |
Life is Strange is a good role-playing 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": "Life is Strange", "rating": "good", "genres": ["role-playing"]}} | bd5998ae-8bc8-4587-81b5-17de261fd089 |
Have you played any games that were developed by The Astronauts, such as The Vanishing of Ethan Carter? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "The Vanishing of Ethan Carter", "developer": "The Astronauts"}} | 5cd0e486-e96d-4537-a0e4-878c691faa30 |
You mean the PC game BioShock, which is rated M (for Mature)? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "BioShock", "esrb": "M (for Mature)", "platforms": ["PC"]}} | 01397b8e-e31b-4d44-bf05-0a45f630322c |
The Elder Scrolls Online is an average MMORPG from 2014. | {"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": "The Elder Scrolls Online", "release_year": 2014, "rating": "average", "genres": ["MMORPG"]}} | 5c9db7a4-a091-4d92-8782-b74db586c2db |
Super Mario World is an amazing side view platformer. Nintendo EAD really outdid themselves in 1990 when they made this game for the Nintendo consoles. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "developer": "Nintendo EAD", "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "platforms": ["Nintendo"]}} | a01240a5-9fa3-4345-acb5-33e279c5908e |
Might & Magic: Heroes VI is a decent release from Black Hole Entertainment, but it's not available on Mac. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Might & Magic: Heroes VI", "developer": "Black Hole Entertainment", "rating": "average", "has_mac_release": false}} | 7a783219-bdc3-480a-ba16-4fdac2f0aa73 |
A good first person shooter with both puzzle and platforming elements is Portal 2, have you played it before? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Portal 2", "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"]}} | 15403df9-9d5f-43d4-a990-17b7b7d3d9ff |
Life is Strange is a good role-playing 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": "Life is Strange", "rating": "good", "genres": ["role-playing"]}} | 737d3932-d564-4ec8-9a66-fed9d0411611 |
If you're looking for a mature, adult game for the PC, I'd say play The Wolf Among Us. You ever heard of it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Wolf Among Us", "esrb": "M (for Mature)", "platforms": ["PC"]}} | d5576a85-ffb2-44d6-8a52-7acbc32b8c41 |
Is that the M rated PC game BioShock? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "BioShock", "esrb": "M (for Mature)", "platforms": ["PC"]}} | 1f548d79-864d-4b0d-bac3-12b2d6f6b5bd |
The Elder Scrolls Online, released in 2014, is an average MMORPG. | {"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": "The Elder Scrolls Online", "release_year": 2014, "rating": "average", "genres": ["MMORPG"]}} | 4835f467-73ed-4588-a04b-b2ce0ee9c988 |
Super Mario World is a great example of a traditional side view platformer. It came out in 1990 on Nintendo, and was developed by Nintendo EAD. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "developer": "Nintendo EAD", "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "platforms": ["Nintendo"]}} | 18af8f3d-d423-49b6-95e7-05c86a74e355 |
I really wanted to like Might & Magic: Heroes VI, but between the middling quality and lack of a Mac release, Black Hole Entertainment really dropped the ball here. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Might & Magic: Heroes VI", "developer": "Black Hole Entertainment", "rating": "average", "has_mac_release": false}} | ca621548-6025-45c0-9287-c2bb3d273839 |
I know you're into the platformer puzzle shooter genre and like first person titles. Have you played Portal 2? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Portal 2", "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"]}} | 4222f9f1-6ba3-4a75-8755-7e2a70cf6db1 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.