input
stringlengths
20
429
tool
stringclasses
464 values
output
stringlengths
46
331
id
stringlengths
36
36
Are there certain genres you just love 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": {}}
21c49c40-bc83-451c-b651-1f5f64fbaa2e
Tomb Raider: The Last Revelation was fun. The third person perspective is convenient, and it did a decent job blending the action-adventure, puzzle, and shooter elements together.
{"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": "Tomb Raider: The Last Revelation", "rating": "good", "genres": ["action-adventure", "puzzle", "shooter"], "player_perspective": ["third person"]}}
6cfe2c51-e68c-4fa5-9a2e-760fd062bea6
Need for Speed: The Run is a racing game developed by Firebrand Games in 2011. The game offers both first person and third person perspectives.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "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", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Need for Speed: The Run", "release_year": 2011, "developer": "Firebrand Games", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"]}}
237189e6-3407-44a1-a072-3b4ebe8c1d54
Ori and the Blind Forest is an adventure puzzle platformer for Xbox and PC that has no multiplayer function.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Ori and the Blind Forest", "genres": ["adventure", "platformer", "puzzle"], "has_multiplayer": false, "platforms": ["Xbox", "PC"]}}
b469426d-4dad-456b-bc60-374fd9516880
Sid Meier's Civilization V is a turn-based simulation strategy that features a bird view perspective. It was developed by Firaxis Games and has ESRB rating of E 10+ (for everyone 10 and older). 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"}, "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"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "developer": "Firaxis Games", "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "good", "genres": ["simulation", "turn-based strategy"], "player_perspective": ["bird view"]}}
73889f2f-e77c-4729-8a02-fe371360b89b
One of my favorite PC games made by Firefly Studios is Stronghold 2, are you familiar with 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": "Stronghold 2", "developer": "Firefly Studios", "platforms": ["PC"]}}
fbbfa131-70b1-4aa0-96ac-55e2481bd1a6
What would you say is your favorite genre of video game?
{"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": {}}
72aec84b-b211-414d-bdcf-82a2f642ad55
Tomb Raider: The Last Revelation takes full advantage of its third person perspective to make a really good action-adventure shooter puzzle game.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "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": "Tomb Raider: The Last Revelation", "rating": "good", "genres": ["action-adventure", "puzzle", "shooter"], "player_perspective": ["third person"]}}
85462ac8-16d3-4eb9-a484-2d5f9c5ac3a4
If you like third person action-adventure shooter games, then you should try the 2001 video game called Max Payne. It released on the PlayStation, Xbox, PC, and Mac. It's available on Steam but unfortunately has no support for Linux.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Max Payne", "release_year": 2001, "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}}
122ad2e1-f036-4409-8cf2-92e3e21b3b8b
If you like PC games by Firefly Studios, then have you heard about the game Stronghold 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"}, "developer": {"title": "Developer", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Stronghold 2", "developer": "Firefly Studios", "platforms": ["PC"]}}
1536c5ec-2079-461b-9e29-0855f65582eb
I don't like Steam and I think focusing on a Linux release takes time away from making a game good, so I like games like Age of Empires II: The Age of Kings that avoids all that.
{"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["available_on_steam", "has_linux_release", "name", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Age of Empires II: The Age of Kings", "rating": "good", "available_on_steam": false, "has_linux_release": false}}
b19dd045-1285-479e-b888-d1d919c24170
I thought that Tomb Raider: The Last Revelation was pretty good. I tend to enjoy third person action-adventure shooters that have lots of puzzles.
{"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": "Tomb Raider: The Last Revelation", "rating": "good", "genres": ["action-adventure", "puzzle", "shooter"], "player_perspective": ["third person"]}}
bcad1008-6749-4dd9-9f0d-b8d28872b354
Super Mario World is a 1990 platformer with a side view by Nintendo EAD available for the Nintendo. It has multiplayer 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "genres": ["platformer"], "player_perspective": ["side view"], "has_multiplayer": true, "platforms": ["Nintendo"]}}
31f0f51b-d9ee-4de7-b2b3-31dabafaf2e3
If you like hack-and-slash adventure games, you should try Hellblade: Senua's Sacrifice. It's an excellent indie game that you can play on PlayStation, Xbox, PC and it's available on Steam, though it doesn't run 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Hellblade: Senua's Sacrifice", "rating": "excellent", "genres": ["adventure", "hack-and-slash", "indie"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}}
325c8e8d-3eb3-4545-ad05-a60fe56198e8
World of Warcraft: Battle for Azeroth is a third person MMORPG by Blizzard Entertainment. The game will be released for PC on August 14, 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "World of Warcraft: Battle for Azeroth", "exp_release_date": "August 14, 2018", "developer": "Blizzard Entertainment", "genres": ["MMORPG"], "player_perspective": ["third person"], "platforms": ["PC"]}}
1616b92f-8bc1-4d4a-8fce-82f010aaf08a
Age of Empires II: The Age of Kings, was a good game. Getting a hold of it was tough though, since it's neither on Steam nor Linux.
{"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["available_on_steam", "has_linux_release", "name", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Age of Empires II: The Age of Kings", "rating": "good", "available_on_steam": false, "has_linux_release": false}}
105b7c89-0b48-44d4-83cf-23d3e1d20631
You said that Little Nightmares was a pretty good game. Would you say that you're quite fond of adventure puzzle platformers played from a side view perspective?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Little Nightmares", "rating": "good", "genres": ["adventure", "platformer", "puzzle"], "player_perspective": ["side view"]}}
254ead30-6745-4c5a-8b47-670ba28c20cf
A good action-adventure shooter for mature audiences is Crysis, released in 2007.
{"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"}}, "required": ["esrb", "genres", "name", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "esrb": "M (for Mature)", "rating": "good", "genres": ["action-adventure", "shooter"]}}
3378f595-f8da-4fdf-b352-f40320ce8e41
Skyforge is a third person adventure hack-and-slash MMORPG. This game was released on PlayStation, Xbox and PC, but not on Linux and Mac. It was rated poorly by players.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Skyforge", "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}}
c7821746-2ccc-41bd-9745-5a1674b252a0
I remember you saying that you enjoyed Little Nightmares. Do you like to play side scrolling adventure and puzzle platformers in general?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "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": "Little Nightmares", "rating": "good", "genres": ["adventure", "platformer", "puzzle"], "player_perspective": ["side view"]}}
d8314a03-f7f2-4022-8811-1721f0932a50
A Way Out is a good third person action-adventure game for PlayStation, Xbox and PC. It's not on Steam, Linux, or Mac.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "A Way Out", "rating": "good", "genres": ["action-adventure"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}}
c590d0fc-cbae-4a65-9ae6-91339e192e55
August 14, 2018 will see the release of Blizzard Entertainment's World of Warcraft: Battle for Azeroth, a third person MMORPG available exclusively 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"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "World of Warcraft: Battle for Azeroth", "exp_release_date": "August 14, 2018", "developer": "Blizzard Entertainment", "genres": ["MMORPG"], "player_perspective": ["third person"], "platforms": ["PC"]}}
26bc0848-1815-46c0-bf53-d72e09f4880c
Earlier you mentioned you liked Little Nightmares. Are you always a fan of side view perspective adventure games with platforming and puzzles?
{"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": "Little Nightmares", "rating": "good", "genres": ["adventure", "platformer", "puzzle"], "player_perspective": ["side view"]}}
722c74c5-9ae8-46f9-a5a1-92a78909aeee
Football Manager 2015 is a sport-strategy simulator, released in 2014 by Sports Interactive.
{"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"}}, "required": ["developer", "genres", "name", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "developer": "Sports Interactive", "genres": ["simulation", "sport", "strategy"]}}
c496f525-8fe2-4aab-b936-05c7277958fe
Age of Empires II: The Age of Kings is one game I like to play. Even though it doesn't have a Linux version or a Steam release, to me the game-play is worth being on the appropriate platform.
{"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["available_on_steam", "has_linux_release", "name", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Age of Empires II: The Age of Kings", "rating": "good", "available_on_steam": false, "has_linux_release": false}}
d15e701a-b030-4204-af5c-0424d2cfd426
How about indie adventure games like 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "The Vanishing of Ethan Carter", "genres": ["adventure", "indie"]}}
40791b88-67f5-4028-921a-388f0184e0fd
Trivial Pursuit is a trivia/board game developed by Electronic Arts. The game does offer multiplayer, but was received poorly by critics.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Trivial Pursuit", "developer": "Electronic Arts", "rating": "poor", "genres": ["trivia/board game"], "has_multiplayer": true}}
9f8db757-6777-49ce-abaf-1c229557aad8
Blizzard Entertainment has a new MMORPG coming out August 14, 2018 for PC. It's called World of Warcraft: Battle for Azeroth and is a third person perspective 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "World of Warcraft: Battle for Azeroth", "exp_release_date": "August 14, 2018", "developer": "Blizzard Entertainment", "genres": ["MMORPG"], "player_perspective": ["third person"], "platforms": ["PC"]}}
122fd500-655d-4be4-bd6b-229434ff4148
Ancient Cities is expected out on December 1, 2018. It will be Uncasual Games' latest simulation-strategy game, and it will function in bird view.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "exp_release_date", "genres", "name", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Ancient Cities", "exp_release_date": "December 1, 2018", "developer": "Uncasual Games", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"]}}
bde1537a-abe7-4315-a1a1-1fd5e872c547
Do you like any indie adventure games like 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "The Vanishing of Ethan Carter", "genres": ["adventure", "indie"]}}
276dacba-8933-4184-abbd-e86a3f76ccc9
MotorStorm: Apocalypse is a vehicular combat game from 2011 that is rated T (for Teen).
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "MotorStorm: Apocalypse", "release_year": 2011, "esrb": "T (for Teen)", "genres": ["vehicular combat"]}}
4335817f-5345-4af5-8698-fd2d41ccb77e
The 1994 action-adventure game, Little Big Adventure, was released for PlayStation and PC. The game, which has no great reviews, is on Steam and has a Mac release, but no Linux release.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "Little Big Adventure", "release_year": 1994, "rating": "average", "genres": ["action-adventure"], "platforms": ["PlayStation", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}}
c4f7a40a-d660-4271-a3c8-a030e56fa9c3
If you're looking for a third person adventure game, Skyforge is a hack-and-slash MMORPG with rather poor ratings. It is available on PlayStation, Xbox, and PC, but is not supported on 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"}, "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"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Skyforge", "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}}
a68e63d8-69a2-4923-81c5-2f72c78c4e3d
Driver is a 1999 driving simulation game that is available on PlayStation, PC and 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Driver", "release_year": 1999, "genres": ["driving/racing", "simulation"], "platforms": ["PlayStation", "PC"], "has_linux_release": false, "has_mac_release": true}}
43eb529f-3cf8-4919-a717-bd3de89c8739
Ancient Cities is developed by Uncasual Games and will be out on December 1, 2018. It is a strategy simulation with a bird view.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "exp_release_date", "genres", "name", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Ancient Cities", "exp_release_date": "December 1, 2018", "developer": "Uncasual Games", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"]}}
82c20f6d-0f90-460a-bf0d-fdfa8c141708
Have you ever tried an indie adventure game, like The Vanishing of Ethan Carter for example?
{"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "The Vanishing of Ethan Carter", "genres": ["adventure", "indie"]}}
d619dd1e-5e43-43ea-b4ad-163be7eb8eab
The Vanishing of Ethan Carter is an indie adventure game with 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"}, "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": "The Vanishing of Ethan Carter", "genres": ["adventure", "indie"], "has_multiplayer": false}}
97748f2e-2d41-4d0c-87b0-98635a95d308
Tom Clancy's Splinter Cell: Chaos Theory is a tactical action game that was released in 2005. It has multiplayer capabilities and is played in first and third person perspective.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}}
e3d3ca8b-fb0b-4f4f-aa75-2d4d9643b882
Driver is a driving/racing simulation game made in 1999. It's available for PlayStation, PC and Mac with no Linux release.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Driver", "release_year": 1999, "genres": ["driving/racing", "simulation"], "platforms": ["PlayStation", "PC"], "has_linux_release": false, "has_mac_release": true}}
e64506dd-c07b-481c-9168-e5adf88a7386
Ancient Cities is an upcoming simulation-strategy game due to be released on December 1, 2018. It is being developed by Uncasual Games and is played from a bird view.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "exp_release_date", "genres", "name", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Ancient Cities", "exp_release_date": "December 1, 2018", "developer": "Uncasual Games", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"]}}
6e54bfb6-0cae-4c3d-8139-7e3eb7d72c1b
Why do you think the driving/racing simulators on Steam are okay but nothing great?
{"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "average", "genres": ["driving/racing", "simulation"], "available_on_steam": true}}
329dd06e-e6a9-4566-8fed-8e30a5f284df
Age of Empires II: The Age of Kings is a real-time, bird view strategy game that can be played on PlayStation or PC. While it's not available on Steam and it doesn't have a Linux release, you can play it on 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Age of Empires II: The Age of Kings", "genres": ["real-time strategy"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}}
c9c4aa85-36fe-420b-9a7e-bf5a953d939a
Driver is a driving simulation game that was released in 1999. It can be played on PlayStation and PC. It is released on Mac but not on Linux.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Driver", "release_year": 1999, "genres": ["driving/racing", "simulation"], "platforms": ["PlayStation", "PC"], "has_linux_release": false, "has_mac_release": true}}
d41742fa-738d-4719-a636-43d9e6216a5e
Skyforge is a poor third person hack-and-slash adventure MMORPG. The game was released for PlayStation, Xbox and PC, but does not have a Linux or Mac release.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Skyforge", "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}}
fa5a6d0f-4a21-468a-9667-f813283310ec
You said earlier that you were not that fond of Stronghold 2. Is that the case with all 2005 releases by Firefly Studios?
{"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": "Stronghold 2", "release_year": 2005, "developer": "Firefly Studios", "rating": "average"}}
412ba58c-4407-4e56-90ef-070fb19f2122
Why don't you really like driving/racing sim games on Steam that much?
{"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "average", "genres": ["driving/racing", "simulation"], "available_on_steam": true}}
b5eccabb-feef-4b5f-a604-1a93033e2548
Metal Gear Solid 3: Snake Eater is a tactical action-adventure shooter with no multiplayer. It is rated M (for Mature) and was released in 2004.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "release_year": 2004, "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter", "tactical"], "has_multiplayer": false}}
d93258fd-a852-43f1-b19f-c2c721eb1ca9
Sid Meier's Civilization V is a turn-based simulation strategy that features a bird view perspective. It was developed by Firaxis Games and has ESRB rating of E 10+ (for everyone 10 and older). 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"}, "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"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "developer": "Firaxis Games", "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "good", "genres": ["simulation", "turn-based strategy"], "player_perspective": ["bird view"]}}
d0d6ad73-b854-4787-bfa5-7abe274dd8d6
Is there any upcoming game you're looking forward to?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}}
{"name": "request", "arguments": {"specifier": "upcoming"}}
c5ffdfff-ebc2-4864-b1ae-2757ab39931a
Do you like multiplayer games from 2015 like Rocket League?
{"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "release_year"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "Rocket League", "release_year": 2015, "has_multiplayer": true}}
4e1d3048-33a3-49bb-9a3a-8c858fb40bd5
You said you felt so-so about Stronghold 2. In general, do you like releases from Firefly Studios in 2005?
{"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": "Stronghold 2", "release_year": 2005, "developer": "Firefly Studios", "rating": "average"}}
06b02b57-9818-4748-9af6-9201f311e583
What is it about the driving/racing simulators you can get on Steam that makes you think their're not quite worth your 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "average", "genres": ["driving/racing", "simulation"], "available_on_steam": true}}
9f8ebe11-0541-460e-927e-a21490585cbf
Far Cry 3 is a multiplayer action-adventure first person shooter. It is rated M (for Mature), and was released in 2012.
{"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": "Far Cry 3", "release_year": 2012, "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person"], "has_multiplayer": true}}
2a0654f7-cd30-4884-b472-7edbfff0ede4
What do you think of the multiplayer aspect of the 2015 release, Rocket League?
{"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "release_year"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "Rocket League", "release_year": 2015, "has_multiplayer": true}}
170f4aec-b28e-4f1a-b5bf-3c71316c44f8
Are there any upcoming games you're interested in?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}}
{"name": "request", "arguments": {"specifier": "upcoming"}}
b8ea4e35-f267-4aac-9f4d-e460926c694c
You said earlier that Stronghold 2 was merely average. Is this sentiment typically true for all games Firefly Studios released in 2005?
{"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": "Stronghold 2", "release_year": 2005, "developer": "Firefly Studios", "rating": "average"}}
7714a720-e53f-4cc2-b9b3-b42158b60e66
Why do you think that Mac games are so great?
{"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_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_mac_release", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "excellent", "has_mac_release": true}}
c85e89c3-942a-47ab-b9bd-df6804ba2005
There's also The Legend of Zelda: Ocarina of Time (rated E) from 1998. This single-player game was made by Nintendo EAD and is an excellent rated action-adventure puzzle RPG. It's views are bird and third.
{"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": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "rating": "excellent", "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"], "has_multiplayer": false}}
27a9696d-020c-4f25-876d-9dec64d332fd
Do you remember enjoying any multiplayer games that came out in 2015, such as Rocket League?
{"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "release_year"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "Rocket League", "release_year": 2015, "has_multiplayer": true}}
7366df45-1a92-49d1-b79a-a3459c7f20b0
What upcoming video game are you looking forward to the most?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}}
{"name": "request", "arguments": {"specifier": "upcoming"}}
d2828a62-371d-43af-98d7-4ea00be90908
Previously you mentioned you like Tomb Raider: The Last Revelation. Do you normally like playing single-player PlayStation 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Last Revelation", "rating": "good", "has_multiplayer": false, "platforms": ["PlayStation"]}}
6e33f8ad-e93c-4910-b4af-fd1b4c4d545e
Why do you love Mac games so much?
{"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_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_mac_release", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "excellent", "has_mac_release": true}}
dcd8b4da-9efc-46b2-8a46-e3054dcd4cbf
You mentioned that you feel that The Forest of Doom was pretty so-so. Is that the fate of most role-playing text adventure games that have gotten a Linux release, 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "rating": "average", "genres": ["role-playing", "text adventure"], "has_linux_release": true}}
4df4258d-0e66-4db9-a95a-eb4c5fd05267
You mentioned that Tetris is one of your favorite games. Do you in general love arcade puzzle games full of strategy and played from a side view perspective?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Tetris", "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "player_perspective": ["side view"]}}
21cc76c7-51fb-4b94-b82d-2d646930c09a
You've mentioned how much you enjoy Tomb Raider: The Last Revelation before. Is it common that you prefer single-player games on PlayStation?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Last Revelation", "rating": "good", "has_multiplayer": false, "platforms": ["PlayStation"]}}
4a8eaa58-1721-4315-9c60-6b529b681b6b
Why is it that if a game has a Mac release, it's always one 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"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_mac_release", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "excellent", "has_mac_release": true}}
a2e245d0-b9be-4857-8203-8a8a90e7f1d3
Superhot is an indie tactical shooter with overall average reviews. It's available on all platforms; PlayStation, Xbox, Linux, Mac, and originally launched on PC through Steam in 2016.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "Superhot", "release_year": 2016, "rating": "average", "genres": ["indie", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}}
49d2f385-4b15-4b07-9b92-07c991b385db
You mentioned earlier that you felt indifferent about The Forest of Doom. Do you often feel the same about other role-playing, text adventure games on Linux?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "rating": "average", "genres": ["role-playing", "text adventure"], "has_linux_release": true}}
29a66005-f781-485f-a6a7-30c38e1244ee
You said earlier that you greatly enjoy Tetris. Are you generally a big fan of side view arcade games with puzzles and strategy?
{"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": "Tetris", "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "player_perspective": ["side view"]}}
e5435f43-feb0-449a-a049-381c8f9addb5
Previously you stated that Tomb Raider: The Last Revelation was a game you liked. You must enjoy getting immersed in single-player games on the PlayStation, don't you?
{"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Last Revelation", "rating": "good", "has_multiplayer": false, "platforms": ["PlayStation"]}}
4ba5222b-a992-449d-ab48-a918dd9fd13a
Metroid Prime Pinball was released by Fuse Games for Nintendo consoles in 2005, and features a puzzle pinball gameplay. It received only average reviews, but it has 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "release_year": 2005, "developer": "Fuse Games", "rating": "average", "genres": ["pinball", "puzzle"], "has_multiplayer": true, "platforms": ["Nintendo"]}}
95338443-e756-4431-9641-6d307a6a6bbb
You mentioned you thought The Forest of Doom was average. Are you usually not very impressed by role-playing text adventure games for Linux?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "rating": "average", "genres": ["role-playing", "text adventure"], "has_linux_release": true}}
f79a123b-1edd-4e6d-8fad-7c90c72bbbd4
You said that you really enjoyed Tetris. Do you frequently like to play side view puzzle and strategy arcade 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": "Tetris", "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "player_perspective": ["side view"]}}
0992a797-939b-420a-9d0b-55f9ae24b62f
Final Fantasy VII is an excellent adventure role-playing game set in bird view and third person perspective. It is rated T (for Teen) and was released in 1997.
{"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"}}, "required": ["esrb", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Final Fantasy VII", "release_year": 1997, "esrb": "T (for Teen)", "rating": "excellent", "genres": ["adventure", "role-playing"], "player_perspective": ["bird view", "third person"]}}
c39bd542-1237-4e32-a663-db6f88d7f779
Assetto Corsa is a first and third person sport racing simulation game from 2014. It runs on PlayStation, Xbox, and PC, and it is available on Steam. It does not have a release for Mac but does for Linux.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Assetto Corsa", "release_year": 2014, "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": false}}
981184cf-b19f-45e1-8dae-2438ec194836
Need for Speed: Shift from Slightly Mad Studios is a racing simulation game that came out in 2009. At an average rating, the game features both first and third person perspective.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "Need for Speed: Shift", "release_year": 2009, "developer": "Slightly Mad Studios", "rating": "average", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person", "third person"]}}
9115f10c-2f64-4941-986a-4cef667379a4
If you're okay with T rated real-time strategy simulation games, then what about Stronghold 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Stronghold 2", "esrb": "T (for Teen)", "genres": ["real-time strategy", "simulation"]}}
125daf9a-8d01-4096-987b-a8aca76e18c4
Need for Speed: The Run is a first and third person racing game. It's on PlayStation, Xbox, Nintendo, and PC, but it isn't on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "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"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Need for Speed: The Run", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false}}
bf439474-d297-416a-bdba-c3ddb2abeb05
Final Fantasy VII is an excellent role-playing adventure game played in both bird's eye and third person view. It was released in 1997 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Final Fantasy VII", "release_year": 1997, "esrb": "T (for Teen)", "rating": "excellent", "genres": ["adventure", "role-playing"], "player_perspective": ["bird view", "third person"]}}
1ad3e09a-b3ca-4db0-b8c8-4fd8014fb455
Quantum Break was pretty underwhelming. It felt like any other third person game, I thought with the time maniuplation there'd be some room for creativity but it just kind of fell flat.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Quantum Break", "rating": "average", "player_perspective": ["third person"]}}
fec952cc-f029-411a-a430-0d561c5c255a
EA Tiburon made Madden NFL 15 and as you might expect it's your average sports simulator. You can pick it up for the big two, Xbox and PlayStation, and play multiplayer through Xbox Live and the PlayStation Network.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Madden NFL 15", "developer": "EA Tiburon", "rating": "average", "genres": ["simulation", "sport"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox"]}}
3a026be2-e296-47dc-8b0c-eecbaa7d30de
The Elder Scrolls Online is an average MMORPG rated M (for Mature). The game was released in 2014 and features a first and third person point of view.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "The Elder Scrolls Online", "release_year": 2014, "esrb": "M (for Mature)", "rating": "average", "genres": ["MMORPG"], "player_perspective": ["first person", "third person"]}}
5c8be575-9e23-4795-be47-ce3afef4fed2
Stronghold 2 was a T rated real-time strategy simulator that I enjoyed, 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Stronghold 2", "esrb": "T (for Teen)", "genres": ["real-time strategy", "simulation"]}}
ae7e43d6-bc26-47df-a4cd-812787cd34f8
The racing game Need for Speed: The Run is available on most platforms including PlayStation, Xbox, Nintendo, and PC. The game can be played in both first and third person perspectives, but do not expect to find it on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Need for Speed: The Run", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false}}
3b656555-905d-4cea-944a-b1528ce84fd6
With excellent reviews, Final Fantasy VII is an unforgettable bird view and third person adventure title from 1997. This RPG 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Final Fantasy VII", "release_year": 1997, "esrb": "T (for Teen)", "rating": "excellent", "genres": ["adventure", "role-playing"], "player_perspective": ["bird view", "third person"]}}
9f917e21-1430-492e-a2d0-34c2eb468eb8
I like third person player perspective games, but Quantum Break felt like it might have been better in first person. As it was, I only kinda liked it.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Quantum Break", "rating": "average", "player_perspective": ["third person"]}}
d69ffe19-3ce3-424b-abe6-e4e63a5b3a89
Far Cry 3 is an action-adventure shooter game available for the PlayStation, Xbox, and PC, but not Linux or Mac. You can get it on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Far Cry 3", "genres": ["action-adventure", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}}
ade38e35-8b04-41ea-9dcf-814fb4d240e1
Small World 2 from Days of Wonder is an indie trivia/board game with multiplayer for the 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_multiplayer", "name", "platforms"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Small World 2", "developer": "Days of Wonder", "genres": ["indie", "trivia/board game"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true}}
8204c332-7105-43d7-bf79-1599326d6162
A Teen-rated real-time strategy, sim that I enjoyed was Stronghold 2. 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Stronghold 2", "esrb": "T (for Teen)", "genres": ["real-time strategy", "simulation"]}}
7bf8844f-1935-4f67-a9d2-3a4ba81ac06e
If you're looking for a racing game available for any platform, such as PlayStation, Xbox, Nintendo or PC, check out Need For Speed: The Run. Keep in mind, however, that it's not available on Steam. The game has both first person and third person view options.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Need for Speed: The Run", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false}}
17eac915-a8c5-42ee-94ca-f2b86bb748ff
What's a nice and easy game with a side view perspective that you've played?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"player_perspective": ["side view"], "specifier": "easy"}}
cd285472-7ca3-4981-b1e7-3e0ced308c2e
I think that Quantum Break was okay. In general I think games played from a third person perspective tend to be neither great nor terrible.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Quantum Break", "rating": "average", "player_perspective": ["third person"]}}
c56acebb-cd7d-42c4-8b9e-7c3cbab9dcbf
The Vanishing of Ethan Carter is an average indie adventure game that came out 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"}, "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 Vanishing of Ethan Carter", "release_year": 2014, "rating": "average", "genres": ["adventure", "indie"]}}
153ce9d2-7e17-4ad2-bd66-adcd8e20c5cd
Silent Hill 2 was released in 2001 by Konami Computer Entertainment Tokyo. It's a single-player action-adventure puzzle game.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Silent Hill 2", "release_year": 2001, "developer": "Konami Computer Entertainment Tokyo", "genres": ["action-adventure", "puzzle"], "has_multiplayer": false}}
79ec1cdc-3d0a-4348-8ef4-260fd72f777b
Age of Wonders II: The Wizard's Throne is a role-playing, turn-based strategy with a bird view. It got poor reviews and was rated T (for Teen).
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "genres", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Age of Wonders II: The Wizard's Throne", "esrb": "T (for Teen)", "rating": "poor", "genres": ["role-playing", "turn-based strategy"], "player_perspective": ["bird view"]}}
3e7e206c-f673-4b4b-93b6-94a8da45a162
What easy side view game do you think tops them all?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"player_perspective": ["side view"], "specifier": "easy"}}
007bf693-2bd4-45b1-a8ff-64739cd7f89d
And speaking of games that actually don't have a Steam release, are you familiar with Transport 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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Transport Tycoon", "available_on_steam": false}}
805fd821-6ead-48ec-8afa-443daa2136c0
If you like driving/racing games with multiplayer, Need for Speed: The Run is an average game. It was released in 2011 by Firebrand Games 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Need for Speed: The Run", "release_year": 2011, "developer": "Firebrand Games", "esrb": "T (for Teen)", "rating": "average", "genres": ["driving/racing"], "has_multiplayer": true}}
0feed6e6-aff9-476e-b7be-05640cd81ca8
Age of Wonders II: The Wizard's Throne received mostly negative ratings. It's a turn-based strategy RPG that you play from a bird's eye view. It was rated T (for Teen).
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "genres", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Age of Wonders II: The Wizard's Throne", "esrb": "T (for Teen)", "rating": "poor", "genres": ["role-playing", "turn-based strategy"], "player_perspective": ["bird view"]}}
ea53b02c-9385-420f-bac0-c365d9d18b7e
Metroid Prime Pinball is an average pinball puzzle game that came out in 2005 from Fuse Games for Nintendo only. This game is rated E (for Everyone) and has multiplayer functionality.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "release_year": 2005, "developer": "Fuse Games", "esrb": "E (for Everyone)", "rating": "average", "genres": ["pinball", "puzzle"], "has_multiplayer": true, "platforms": ["Nintendo"]}}
3a767726-77f5-4db2-a95f-76304eed7d41