input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
Since you like bird view perspective games, have you tried Sid Meier's Civilization V? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Sid Meier's Civilization V", "player_perspective": ["bird view"]}} | 766e1791-3d42-4a0a-9ace-310d91ef253c |
Sid Meier's Civilization V is a turn-based strategy game for PC. The multiplayer simulation game has received universal acclaim 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "good", "genres": ["simulation", "turn-based strategy"], "has_multiplayer": true}} | 1b6b9447-bbdb-43f2-889a-10adee98ec97 |
I quite enjoy Rocket League, as I'm fond of multiplayer sport vehicular combat games. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Rocket League", "rating": "good", "genres": ["sport", "vehicular combat"], "has_multiplayer": true}} | 9dd68d98-d1f0-4261-8d46-5fceed41af48 |
What's a really controversial title from 2010? | {"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": 2010, "specifier": "controversial"}} | a5ec3d39-8625-482a-82c2-893ba349beb9 |
If you enjoy adventure shooter games, try Quantum Break from 2016. The game plays out from a third person perspective and has received 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Quantum Break", "release_year": 2016, "rating": "average", "genres": ["adventure", "shooter"], "player_perspective": ["third person"]}} | e98c1a6b-1277-4f83-b91f-e74b7a5a75ce |
Never Alone from Upper One Games was made in 2014. It's rated T (for Teen) and has average reviews. This indie adventure platformer game has side view 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"}, "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": "Never Alone", "release_year": 2014, "developer": "Upper One Games", "esrb": "T (for Teen)", "rating": "average", "genres": ["adventure", "indie", "platformer"], "player_perspective": ["side view"], "has_multiplayer": true}} | c773dafc-07ca-4d9c-bb96-cf43e939dcbf |
Get ready to play the highly rated 2002 game by Illusion Softworks, Mafia. Fight your way through in third person combat, shooting and driving. | {"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": "Mafia", "release_year": 2002, "developer": "Illusion Softworks", "rating": "excellent", "genres": ["driving/racing", "fighting", "shooter"], "player_perspective": ["third person"]}} | e3444623-41cc-4c2b-83e0-923ab3729ed2 |
Is there a game from 2010 you can think of that was controversial? | {"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": 2010, "specifier": "controversial"}} | 987ede5d-1f4a-4646-aaef-30276701e97e |
Quantum Break is a 2016 third person adventure shooter game 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Quantum Break", "release_year": 2016, "rating": "average", "genres": ["adventure", "shooter"], "player_perspective": ["third person"]}} | 89e5a468-da3d-47f6-a7d9-3b9f541704d7 |
Never Alone was developed by Upper One Games in 2014, and it has an average rating. It's an indie adventure-style platformer with multiplayer, and the side view perspective is one of my favorites. It's even rated T (for Teen), so almost anyone can play it. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "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": "Never Alone", "release_year": 2014, "developer": "Upper One Games", "esrb": "T (for Teen)", "rating": "average", "genres": ["adventure", "indie", "platformer"], "player_perspective": ["side view"], "has_multiplayer": true}} | ae43d8a8-1f39-4356-a68f-5ae937d97a7c |
If you are looking for a shooter game that also has driving, racing and fighting you'll enjoy 2002's Mafia. You'll play in third person and the game has an excellent rating which is a solid nod to its developer Illusion Softworks. | {"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": "Mafia", "release_year": 2002, "developer": "Illusion Softworks", "rating": "excellent", "genres": ["driving/racing", "fighting", "shooter"], "player_perspective": ["third person"]}} | 37e6a68a-2afb-4d07-9e25-c9ed64efa477 |
Was there any controversial game that came out in 2010? | {"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": 2010, "specifier": "controversial"}} | f4ca03f5-06c5-4206-838c-95ab98520bea |
Quantum Break is a third person adventure shooter. It was released in 2016 and has 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Quantum Break", "release_year": 2016, "rating": "average", "genres": ["adventure", "shooter"], "player_perspective": ["third person"]}} | 75995bea-750d-4ccc-a7e6-347cfec3d578 |
Super Mario World is an excellent platformer that came out in 1990 for Nintendo only. This game is rated E (for Everyone) and has a side view perspective. You can also 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"}, "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": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "esrb": "E (for Everyone)", "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | ca4428ab-d8b4-4837-b8ae-757f080a1997 |
Never Alone is an average indie adventure side view platformer with multiplayer. It is rated T (for Teen), and was developed by Upper One Games in 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"}, "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": "Never Alone", "release_year": 2014, "developer": "Upper One Games", "esrb": "T (for Teen)", "rating": "average", "genres": ["adventure", "indie", "platformer"], "player_perspective": ["side view"], "has_multiplayer": true}} | 138889ab-62ec-4082-bef9-d3691a2e6d81 |
If you like Illusion Softworks' stuff, check out their 2002 game, Mafia. It's a third person driving, shooting and fighting game with excellent 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"}, "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": "Mafia", "release_year": 2002, "developer": "Illusion Softworks", "rating": "excellent", "genres": ["driving/racing", "fighting", "shooter"], "player_perspective": ["third person"]}} | fe973343-dfb3-454c-a703-aeadf92d901e |
Call of Duty: Advanced Warfare is an action shooter from 2014 for the 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Call of Duty: Advanced Warfare", "release_year": 2014, "genres": ["action", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | f87e345e-dce1-4bf6-8cd3-535407086e4a |
Age of Wonders II: The Wizard's Throne is a multiplayer turn-based strategy with role-playing elements, released in 2002. | {"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": "Age of Wonders II: The Wizard's Throne", "release_year": 2002, "genres": ["role-playing", "turn-based strategy"], "has_multiplayer": true}} | 39c19c5d-77a6-4185-8196-3abe95526eec |
Never Alone is an indie adventure platformer that came out in 2014. You can play it in multiplayer. It only received 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Never Alone", "release_year": 2014, "rating": "average", "genres": ["adventure", "indie", "platformer"], "has_multiplayer": true}} | 4709d035-983c-49b9-8f8b-360ec1a9c57b |
Ever tried out Madden NFL 15? It was developed by EA Tiburon, whose games you seem to like. | {"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"}}, "required": ["developer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Madden NFL 15", "developer": "EA Tiburon"}} | 2afae10d-b6f6-4356-8f8f-e9f6d9d20536 |
Have you found any games on Steam fun, like Might & Magic: Heroes VI? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Might & Magic: Heroes VI", "available_on_steam": true}} | 6e34b770-0da6-4e26-91cd-b6fb2af0acdf |
Call of Duty: Advanced Warfare is an action shooter that released in 2014 for PlayStation, Xbox, and PC, and 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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Call of Duty: Advanced Warfare", "release_year": 2014, "genres": ["action", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | b4325b43-33f3-49d6-b142-c9de10db02a5 |
There is a turn-based strategy with role-playing elements and multiplayer called Age of Wonders II: The Wizard's Throne. It came out in 2002. | {"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": "Age of Wonders II: The Wizard's Throne", "release_year": 2002, "genres": ["role-playing", "turn-based strategy"], "has_multiplayer": true}} | 4738e1bf-34a8-4b2c-a4bc-860f2f7fe62c |
Super Mario World is an excellent side view platformer. It is made by Nintendo EAD for Nintendo, and it is rated E (for Everyone). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "platforms": ["Nintendo"]}} | 7b138827-ccbe-4420-80a9-3d6d7fd87b1d |
So while we're talking about games by EA Tiburon, have you played Madden NFL 15? | {"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"}}, "required": ["developer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Madden NFL 15", "developer": "EA Tiburon"}} | a52861b2-aa2e-447f-8ce6-45d79dc39ec0 |
Do you ever buy games from Steam, you know, like Might & Magic: Heroes VI? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Might & Magic: Heroes VI", "available_on_steam": true}} | 8d3b199d-7a3c-47a3-aa70-c9f99cd8af89 |
Call of Duty: Advanced Warfare is an action shooter that was released in 2014. You can play it on PlayStation and Xbox consoles. It's also available through Steam on PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Call of Duty: Advanced Warfare", "release_year": 2014, "genres": ["action", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 67339d2f-96b5-471d-8658-384bbf6284ce |
Age of Wonders II: The Wizard's Throne, was released in 2002. It's a role-playing, turn-based strategy game that offers 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"}, "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": "Age of Wonders II: The Wizard's Throne", "release_year": 2002, "genres": ["role-playing", "turn-based strategy"], "has_multiplayer": true}} | 8ddcc34b-cdfa-4d89-8c08-3d5bc25b26d2 |
Alan Wake's American Nightmare is a poorly rated single-player third person action-adventure shooter. Remedy Entertainment developed the game, and 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Alan Wake's American Nightmare", "developer": "Remedy Entertainment", "esrb": "T (for Teen)", "rating": "poor", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false}} | c17f01a1-9f7b-4987-8316-fddcdf6c063c |
I've heard you mention EA Tiburon. Are you familiar with their Madden NFL 15? | {"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"}}, "required": ["developer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Madden NFL 15", "developer": "EA Tiburon"}} | ce39655a-5e5b-4462-9708-9c4fced3a029 |
Okay so now I'm curious, have you ever played a game on Steam, like for example Might & Magic: Heroes VI? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Might & Magic: Heroes VI", "available_on_steam": true}} | 4428bbef-59c7-4019-951c-6e562fbdecc8 |
If you like multiplayer action-adventure shooter games with a first person and third person perspective then you should try Rise of the Tomb Raider. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rise of the Tomb Raider", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 15995b46-703c-4ad1-9ea2-986f16a5d300 |
I remember you saying that you really loved Uncharted 4: A Thief's End. Did Naughty Dog do something differently in 2016, you think? | {"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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Uncharted 4: A Thief's End", "release_year": 2016, "developer": "Naughty Dog", "rating": "excellent"}} | ec2838dc-8811-497a-b0bb-0fcffeb4e17f |
Guitar Hero: Smash Hits is a poor first person music game. The game is available on either PlayStation, Xbox, or 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Guitar Hero: Smash Hits", "rating": "poor", "genres": ["music"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo"]}} | 16aa8b50-7a4f-41f0-a567-a5e46701f2c2 |
StarCraft is a real-time strategy with multiplayer and is available on PC. It is not available on Steam and does not have a Linux release, but it is available for Mac. It was released in 1998. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "StarCraft", "release_year": 1998, "genres": ["real-time strategy"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}} | 00824616-28ab-42f2-83fd-807b07d9b6a6 |
If I remember right, earlier you said you felt Outlast II was just average, you didn't waste your time but you weren't blown away either. Do you have similar thoughts about M rated indie adventure games in general? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Outlast II", "esrb": "M (for Mature)", "rating": "average", "genres": ["adventure", "indie"]}} | ed97690f-b069-4b2c-8a7e-0f27036d7853 |
Worms: Reloaded is an average action, platformer, strategy with multiplayer out on PC, Linux, Mac, and Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Worms: Reloaded", "rating": "average", "genres": ["action", "platformer", "strategy"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | d0a0ea71-861b-435e-85d6-9c7ecac6084d |
Alan Wake's American Nightmare is a pretty poor action-adventure shooter from 2012, and released for Xbox and PC only. It's available on Steam, but doesn't have a Linux or 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"}, "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": "Alan Wake's American Nightmare", "release_year": 2012, "rating": "poor", "genres": ["action-adventure", "shooter"], "platforms": ["Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 34f22214-0cdc-41d1-bce6-db928ca8fa38 |
Trivial Pursuit is a poorly-rated trivia/board game that was 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"}, "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": "Trivial Pursuit", "release_year": 2009, "rating": "poor", "genres": ["trivia/board game"]}} | 2623f5d7-6607-4a7e-844d-6ea3820caeee |
I remember that you found Outlast II to be average. Typically, are you unimpressed by indie adventure games rated M (for Mature)? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Outlast II", "esrb": "M (for Mature)", "rating": "average", "genres": ["adventure", "indie"]}} | 5c315067-7e57-433c-8225-1f78b183ffb4 |
Released in 2012, Alan Wake's American Nightmare is a generally poorly constructed action-adventure shooter game. The game is available on Steam for Xbox and PC but it has not been released 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"}, "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": "Alan Wake's American Nightmare", "release_year": 2012, "rating": "poor", "genres": ["action-adventure", "shooter"], "platforms": ["Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 368a1993-4bdc-42df-92ab-1a1a509c43f7 |
Trivial Pursuit is a rather poor trivia/board game that was 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"}, "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": "Trivial Pursuit", "release_year": 2009, "rating": "poor", "genres": ["trivia/board game"]}} | 349dd965-78a4-4319-a2f3-6679923a2618 |
I think I heard you say that you do not like nor dislike Outlast II that much. Do you in general feel neutral about Mature indie adventure games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Outlast II", "esrb": "M (for Mature)", "rating": "average", "genres": ["adventure", "indie"]}} | deae68bb-5a9b-45c9-9981-0683997e010d |
An action platforming strategy game you can play in multiplayer mode with your friends is Worms: Reloaded. It has average reviews, but you can get it on Steam for PC, Mac, or Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Worms: Reloaded", "rating": "average", "genres": ["action", "platformer", "strategy"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | e5a697e3-62f6-49c0-ac17-dc5da068d5f6 |
Trivial Pursuit came out back in 2009 and it got mostly negative reviews. It's a board game where you answer trivia questions, and it's not very well-executed. | {"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": "Trivial Pursuit", "release_year": 2009, "rating": "poor", "genres": ["trivia/board game"]}} | d37180a4-41f0-4314-8444-94eca6f7015a |
One E10+ game on PC I really liked was Worms: Reloaded, have you heard of it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Worms: Reloaded", "esrb": "E 10+ (for Everyone 10 and Older)", "platforms": ["PC"]}} | 80d92424-0f19-46ec-821f-85fc5d6a910a |
Metro Exodus should be out for the PlayStation, Xbox, and PC in 2019. It's an adventure tactical shooter game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metro Exodus", "exp_release_date": "2019", "genres": ["adventure", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 575aed2c-0565-47fa-91ed-ec497ce9e922 |
Super Bomberman is a bird's eye view action strategy game developed by Hudson Soft and released in 1993. The game has an E (for Everyone) rating and received average reviews from players. The game has no 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"}, "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": "Super Bomberman", "release_year": 1993, "developer": "Hudson Soft", "esrb": "E (for Everyone)", "rating": "average", "genres": ["action", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | 48db42b9-3c58-49e5-a128-01dd81225293 |
Do you mean Heroes of Might and Magic III: The Restoration of Erathia with an E rated content that has been released on Mac? | {"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_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["esrb", "has_mac_release", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "esrb": "E (for Everyone)", "has_mac_release": true}} | 2efd8c6d-9c03-478b-9c3d-e05a6287e7bc |
If you're looking for an E 10+ rated game you can play on the PC, there's always Worms: Reloaded. 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"}, "esrb": {"title": "Esrb", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Worms: Reloaded", "esrb": "E 10+ (for Everyone 10 and Older)", "platforms": ["PC"]}} | 0b1e1d24-24d1-4cc9-89e4-898d628714ad |
Metro Exodus is an upcoming tactical adventure-shooter for PlayStation, Xbox, and PC. It's due to be released in 2019. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metro Exodus", "exp_release_date": "2019", "genres": ["adventure", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 8c06a737-91ed-4d7c-b9a9-aabeb8b0a66d |
By Heroes of Might and Magic III: The Restoration of Erathia, do you mean the E rated game that got a Mac release? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["esrb", "has_mac_release", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "esrb": "E (for Everyone)", "has_mac_release": true}} | 2456e4a3-af1e-4349-a631-4d38ea6e1603 |
Worms: Reloaded is a nice PC game for anyone 10 and older. 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"}, "esrb": {"title": "Esrb", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Worms: Reloaded", "esrb": "E 10+ (for Everyone 10 and Older)", "platforms": ["PC"]}} | 893659f9-e497-47cc-b152-bd4d9f51563a |
Metro Exodus is expected to come out in 2019. It's a tactical adventure-shooter for the PlayStation, Xbox, and PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metro Exodus", "exp_release_date": "2019", "genres": ["adventure", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 5dc131c0-89ea-4bdf-9482-6c708ceda9a7 |
Super Bomberman by Hudson Soft in 1993 is a single-player bird view action-strategy game. It is rated E (for Everyone) and has 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"}, "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": "Super Bomberman", "release_year": 1993, "developer": "Hudson Soft", "esrb": "E (for Everyone)", "rating": "average", "genres": ["action", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | abe709f8-037b-461d-afbd-315a92be74c8 |
The E rated game on Mac, Heroes of Might and Magic III: The Restoration of Erathia? | {"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_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["esrb", "has_mac_release", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "esrb": "E (for Everyone)", "has_mac_release": true}} | 4bc689df-1afa-46bd-bfd7-68a524245821 |
What are the genres of your favorite video games? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | e8c41395-8a2f-42ad-852e-37a5ecb2d87d |
Skyforge is a poor third person, adventure, hack-and-slash MMORPG that was released in 2015. | {"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": "Skyforge", "release_year": 2015, "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"], "player_perspective": ["third person"]}} | 9fb7ae37-ebbf-4426-9e7c-1877cae45962 |
What genre is your favorite to play? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 020c95c1-c525-4bc3-b771-9e06e0004f11 |
Skyforge is a poor third person adventure, hack-and-slash, MMORPG released in 2015. | {"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": "Skyforge", "release_year": 2015, "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"], "player_perspective": ["third person"]}} | 9d0c03d1-9a63-421b-9643-91373916126b |
The real-time strategy simulator Stronghold 2 is a PC game that was released in 2005 to average reception. It has no Mac or Linux options and offers gamers 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"}, "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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "release_year": 2005, "rating": "average", "genres": ["real-time strategy", "simulation"], "player_perspective": ["bird view"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}} | b65e2bf7-7c18-4970-9326-cf43499c5cdf |
What video game genre is the best in your opinion? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | cd67795f-98b3-42ba-9074-634b317e3222 |
In 2015 Skyforge was released as a third person MMORPG. Even though it is a hack-and-slash game with a lot of adventure, its players have been rating it poorly. | {"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": "Skyforge", "release_year": 2015, "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"], "player_perspective": ["third person"]}} | 7fb1fc52-ff97-44ba-a14b-3c4131b8ec49 |
What genre of game is your preference? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 3d6116ef-6b8b-493d-a90b-da169cee5f92 |
If you like RTS-RPGs, try SpellForce 3. It's a bird's eye view multiplayer RTS-RPG for the PC available on Steam. There's no Linux or Mac support though. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "SpellForce 3", "genres": ["real-time strategy", "role-playing"], "player_perspective": ["bird view"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | acd0518d-17c0-40c6-b9b8-3b3c6745798b |
Super Bomberman was released in 1993 from Hudson Soft. It is an average action and strategy game played in the bird view point-of-view. It is not a multiplayer game and is rated E (for Everyone). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "Super Bomberman", "release_year": 1993, "developer": "Hudson Soft", "esrb": "E (for Everyone)", "rating": "average", "genres": ["action", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | b723cbcc-28f6-4e78-b7a6-d7b796782688 |
Stronghold 2 is an average real-time strategy simulation game that came out in 2005 for PC only. The perspective is a bird view in the game, and there is no Linux or Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "release_year": 2005, "rating": "average", "genres": ["real-time strategy", "simulation"], "player_perspective": ["bird view"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}} | 507fa59c-4a9a-4c11-8fd0-c47f571edf73 |
Which genre do you believe is your favorite? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 1f80a61c-065b-4d7c-a590-80314275cf2a |
If you want a real-time strategy, role-player with bird view perspective and multiplayer, you should try SpellForce 3. It is only for PC and is available on Steam. There is no release for Linux or Mac, though. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "SpellForce 3", "genres": ["real-time strategy", "role-playing"], "player_perspective": ["bird view"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 71d11c39-ca36-46b1-a6b4-a7d3c26dd3d3 |
Outlast II is an average indie adventure game that came out in 2017 for PlayStation, Xbox, Nintendo Switch and PC. The game cannot be played multiplayer and is not available on Linux, but is available for Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Outlast II", "release_year": 2017, "rating": "average", "genres": ["adventure", "indie"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "has_linux_release": false, "has_mac_release": true}} | 09d69398-75ba-4554-b9a8-2923781a5305 |
What kind of genres do you like the most? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | b9b6fa9c-4cde-490a-9dd0-bdfa8526107a |
SpellForce 3 is a game for the PC that is real-time strategy and role-playing. The perspective of the game is bird view and it is multiplayer. The game is available on Steam, but has not been released on Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "SpellForce 3", "genres": ["real-time strategy", "role-playing"], "player_perspective": ["bird view"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 47fcd5d1-e771-491f-98d2-563933827fbe |
Outlast II is an indie adventure game released in 2017 and with an average user rating. It can be played on PlayStation, Xbox, Nintendo Switch and PC. It is a single-player game that has been released on Mac, but not Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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"}, "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", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Outlast II", "release_year": 2017, "rating": "average", "genres": ["adventure", "indie"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "has_linux_release": false, "has_mac_release": true}} | 70eb1ca7-4347-499e-b710-6d40966b8473 |
Stronghold 2 is a real-time strategy simulation game for the PC with average ratings. It has a bird view and was released in 2005. There is no Linux or Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "release_year": 2005, "rating": "average", "genres": ["real-time strategy", "simulation"], "player_perspective": ["bird view"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}} | 4891d395-44cc-436f-a2a2-26cdaff6424c |
I had a fun time with NBA 2K16 the other day. Third person sports games like this are almost always at least a bit enjoyable, and NBA 2K16 was pretty good. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "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": "NBA 2K16", "rating": "good", "genres": ["sport"], "player_perspective": ["third person"]}} | c7739df5-cc9b-4ba3-ad15-af7e7b926777 |
If you're looking for an indie adventure game with decent reviews, you should try Outlast II. It came out in 2017 on PlayStation, Xbox, and Nintendo Switch. It's also on PC and Mac but not on Linux. It's single-player only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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"}, "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", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Outlast II", "release_year": 2017, "rating": "average", "genres": ["adventure", "indie"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "has_linux_release": false, "has_mac_release": true}} | 393cb57a-76e3-4e42-93ee-07da165350c5 |
NBA 2K16 is a good sport game with 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"}, "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": "inform", "arguments": {"name": "NBA 2K16", "rating": "good", "genres": ["sport"], "player_perspective": ["third person"]}} | 6f060bc9-8389-4eba-b2b6-0e948d790c4d |
Assetto Corsa is a sport racing simulator that can be played on PlayStation, Xbox, and PC. This 2014 game is available on Steam and has a Linux release but no Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assetto Corsa", "release_year": 2014, "genres": ["driving/racing", "simulation", "sport"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": false}} | 57ee1da5-4e35-4e35-b3f3-76341706a828 |
I'm not one for sports games, but the third person NBA 2K16 really won me over. | {"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": "NBA 2K16", "rating": "good", "genres": ["sport"], "player_perspective": ["third person"]}} | 43e0d1dc-aa5f-463d-9f34-e5fc638129fb |
NBA 2K16 is a good sport game that is only in the 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"}, "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": "inform", "arguments": {"name": "NBA 2K16", "rating": "good", "genres": ["sport"], "player_perspective": ["third person"]}} | cb5da347-27ac-4c64-abfe-8c61ef014aae |
NBA 2K16 is a pretty enjoyable game. The sport genre is often a fun one and the game's third person perspective enhanced the 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"}, "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": "NBA 2K16", "rating": "good", "genres": ["sport"], "player_perspective": ["third person"]}} | c44b7f0c-61df-4d3d-b597-f6d4bd3de59c |
Life is Strange from 2015 is a good RPG for PlayStation, Xbox, and PC through Steam. There is Mac and Linux 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"}, "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": "Life is Strange", "release_year": 2015, "rating": "good", "genres": ["role-playing"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 7e7f73ae-6eb6-4d64-a65f-583cbc42aaeb |
NBA 2K16 is a good third person sports 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NBA 2K16", "rating": "good", "genres": ["sport"], "player_perspective": ["third person"]}} | 6a0aa806-c663-4b4a-bd16-70311c79036b |
Hey, maybe look into Assetto Corsa. It's a 2014 sport racing simulator for the PlayStation, Xbox, and PC. It's available on Steam and has Linux support, but no 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assetto Corsa", "release_year": 2014, "genres": ["driving/racing", "simulation", "sport"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": false}} | bfbec2d1-a398-423e-9118-5dfc18b59ac6 |
Can you please explain to me a bit more about why you enjoy games developed by Telltale Games? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Telltale Games", "rating": "good"}} | d0b22a71-1861-4511-b58f-686ea46cdb8b |
A multiplayer strategy game made by Ensemble Studios that I enjoyed was Age of Empires II: The Age of Kings. 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"}, "developer": {"title": "Developer", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Age of Empires II: The Age of Kings", "developer": "Ensemble Studios", "has_multiplayer": true}} | e1141019-d21a-4611-8956-28588fdc4dbf |
So if you don't mind explaining, what is it about the games created by Telltale Games that you like? | {"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"}}, "required": ["developer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Telltale Games", "rating": "good"}} | ae830bcd-dec2-4f79-b695-970e0a48f4ff |
Speaking of multiplayer games from Ensemble Studios, have you heard of Age of Empires II: The Age of Kings? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Age of Empires II: The Age of Kings", "developer": "Ensemble Studios", "has_multiplayer": true}} | f445ffa8-8689-4152-b750-1d6f5f76a2b1 |
If you are looking for a new driving/racing simulation sport game, Assetto Corsa is available for PlayStation, Xbox, and PC. It was released in 2014 and is available on Steam. There is a Linux release, but not Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assetto Corsa", "release_year": 2014, "genres": ["driving/racing", "simulation", "sport"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": false}} | a0990c3b-35bd-456c-88d5-2c993aa34df8 |
What is it about Telltale Games' that you think are good? | {"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"}}, "required": ["developer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Telltale Games", "rating": "good"}} | 2db934a6-d2d2-46e3-a647-7663e4f0e205 |
A fun multiplayer game made by Ensemble Studios was Age of Empires II: The Age of Kings. 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Age of Empires II: The Age of Kings", "developer": "Ensemble Studios", "has_multiplayer": true}} | c6c0c534-b9b7-4526-90f4-ef70cffad488 |
What is it about the PlayStation's multiplayer games that makes you say they are decent but nothing to get too excited for? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "average", "has_multiplayer": true, "platforms": ["PlayStation"]}} | 848cea7d-0d83-497f-bfa9-056671adf4c2 |
Have you every played a T rated game that you felt was genuinely scary? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["esrb", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"esrb": "T (for Teen)", "specifier": "scary"}} | d8ec67b9-7534-4656-ab89-d7f0a7d03cf8 |
Life is Strange is a role-playing game released in 2015 on PlayStation, Xbox, and PC (this includes Linux and Mac systems) and is available on Steam. It has received overall 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"}, "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": "Life is Strange", "release_year": 2015, "rating": "good", "genres": ["role-playing"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | f2a2f01a-a266-40ef-b8f4-2cc80a2e51f3 |
I love Silent Hill 2, just like most Konami Computer Entertainment Tokyo 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"}}, "required": ["developer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Silent Hill 2", "developer": "Konami Computer Entertainment Tokyo", "rating": "excellent"}} | 2679d495-199c-418b-9c09-f85f520de995 |
Why do you think that the PlayStation's lineup of multiplayer games is not quite worth your time and money? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "average", "has_multiplayer": true, "platforms": ["PlayStation"]}} | 7968d49e-b734-4c11-8762-677e1c6a73dd |
Are there any really scary T rated games? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["esrb", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"esrb": "T (for Teen)", "specifier": "scary"}} | aba44c45-eb61-43e8-88e6-e3d56df71de4 |
Konami Computer Entertainment Tokyo really crushed it with Silent Hill 2, it's a truly excellent survival horror 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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Silent Hill 2", "developer": "Konami Computer Entertainment Tokyo", "rating": "excellent"}} | 1b8ec986-bb0d-4ab5-98cd-c8d7bf0c9355 |
What do you think makes multiplayer PlayStation games mediocre? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "average", "has_multiplayer": true, "platforms": ["PlayStation"]}} | 26ce2dc9-5175-4d8b-9ae9-c6743119adbb |
What do you think was a good example of a scary game that still only got a T rating from the ESRB? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["esrb", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"esrb": "T (for Teen)", "specifier": "scary"}} | 9de1f3b7-c0f0-46c0-952f-bfe2f0999d44 |