input
stringlengths
20
429
tool
stringclasses
464 values
output
stringlengths
46
331
id
stringlengths
36
36
A Way Out is a good third person action-adventure game. It runs on PlayStation, Xbox, and PC, but it is not on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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", "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}}
53d0eb26-c70a-4640-a77a-ad74696cbeca
MotorStorm: Apocalypse, released in 2011 for PlayStation, is a poorly rated vehicular combat game played in third person. It is a multiplayer game 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "MotorStorm: Apocalypse", "release_year": 2011, "esrb": "T (for Teen)", "rating": "poor", "genres": ["vehicular combat"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation"]}}
e128dfff-e7f2-471c-8160-b57640b295bd
I really hate Bus Driver. SCS Software is a terrible developer and they're absolutely incompetent at making PC games.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Bus Driver", "developer": "SCS Software", "rating": "poor", "platforms": ["PC"]}}
930901a2-d3be-4318-87b3-8aa4d886d3a8
Why is it you always tend to like games that have a Mac release?
{"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": "good", "has_mac_release": true}}
a6446bdf-2b69-4358-9b59-9a459a9de70f
BioShock, released in 2007, is a good action-adventure role-playing shooter played in first person. It is not a multiplayer game.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "BioShock", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["first person"], "has_multiplayer": false}}
f5d21b05-27b8-4ad2-aa51-d3b38a2f22b8
You said earlier that you loved The Legend of Zelda: Ocarina of Time. Do you always enjoy a good single-player action-adventure game with puzzles and role playing?
{"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_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "rating": "excellent", "genres": ["action-adventure", "puzzle", "role-playing"], "has_multiplayer": false}}
b8f82f5c-e77a-4be7-9b16-b90dc96b6116
A Way Out is a good third person action-adventure game available on PlayStation, Xbox, and PC. It's not available on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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", "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}}
251b4559-b085-42ac-9cdb-19a148c1c48f
In my opinion, Bus Driver is an abomination of a game. I normally dislike PC games anyways, but to make things even worse, Bus Driver is developed by a terrible company, SCS Software.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Bus Driver", "developer": "SCS Software", "rating": "poor", "platforms": ["PC"]}}
1d19821a-852a-4ef9-a4b9-5403dce18e38
Why do you like Mac 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": "good", "has_mac_release": true}}
ad92d9d7-6966-42c6-8cc8-6dc06dd4711b
If I remember right, you felt like Tony Hawk's Pro Skater 3 was just okay. Do you typically feel that third person sports games aren't really your thing?
{"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": "Tony Hawk's Pro Skater 3", "rating": "average", "genres": ["sport"], "player_perspective": ["third person"]}}
65436bd8-d325-4b29-b5e8-16e5b232e1d4
A Way Out is a good action-adventure game played in third person. It is playable on PlayStation, Xbox and PC but does not have a Steam release.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "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}}
d23c7523-c27d-4766-a6d2-6bd880fb4b32
Tetris is an excellent arcade puzzle strategy game for Nintendo and PC. The game cannot be played multiplayer and is not available on Steam. However, the game is available for Mac and Linux.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Tetris", "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "has_multiplayer": false, "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": true, "has_mac_release": true}}
0ded0732-82ee-466c-89f0-0486b4812c2e
MotorStorm: Apocalypse is a PlayStation exclusive, vehicular combat game for teens that came out in 2011. It is played in third person, and you can play alone or multiplayer with friends. Its rating is pretty low, but it might be worth trying.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "MotorStorm: Apocalypse", "release_year": 2011, "esrb": "T (for Teen)", "rating": "poor", "genres": ["vehicular combat"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation"]}}
29db72a6-c64d-49b1-b525-b208086c19f7
The Sims is a good simulation and strategy game with a bird view perspective. It was made by Maxis.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "genres", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "The Sims", "developer": "Maxis", "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"]}}
83e8adc0-8747-4068-a1b5-f1ffbd7eca76
So what is it about games with Mac releases that makes you like them like you do?
{"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": "good", "has_mac_release": true}}
e2988f95-bab7-4538-8578-4eac52e10013
Stronghold 2 is an average real-time strategy simulation game that came out in 2005 for PC only. The perspective is a bird view in the game, and there is no Linux or Mac release.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Stronghold 2", "release_year": 2005, "rating": "average", "genres": ["real-time strategy", "simulation"], "player_perspective": ["bird view"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}}
87e7cca6-c7b9-4c97-9bfb-c08e416335f7
I heard you say that you liked Commandos: Behind Enemy Lines. Do you feel that multiplayer games tend to be more fun from a bird's eye view?
{"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Commandos: Behind Enemy Lines", "rating": "good", "player_perspective": ["bird view"], "has_multiplayer": true}}
e129443b-35a4-4710-a072-a67721e109b6
I know you got some Steam credits for your birthday. Have you tried Sid Meier's Civilization V yet?
{"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Sid Meier's Civilization V", "available_on_steam": true}}
0dee82b3-62dd-49df-be93-460863416a5a
TrackMania Turbo from 2016 is played in the third and first person view. It's an arcade racing game.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "TrackMania Turbo", "release_year": 2016, "genres": ["arcade", "driving/racing"], "player_perspective": ["first person", "third person"]}}
429db7f2-9992-46f8-8f92-84d3ec58f4f8
If you want to play a simulation strategy game with good ratings, try The Sims developed by Maxis. It gives players a bird view perspective.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "The Sims", "developer": "Maxis", "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"]}}
11727ca6-9f6b-4409-bfe9-17bcfd7640c9
Do you mean the driving/racing game on PlayStation, The Crew 2?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "The Crew 2", "genres": ["driving/racing"], "platforms": ["PlayStation"]}}
83a8d4cd-1f79-4dae-80f9-caaff2cab668
TrackMania Turbo is a good arcade racing game. It can be played on PlayStation, Xbox, PC, and it is on Steam. It is not released on Linux or Mac.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "TrackMania Turbo", "rating": "good", "genres": ["arcade", "driving/racing"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}}
c4fc8b61-62f8-4d70-98fa-711361d04ed9
You said that you disliked Euro Truck Simulator. Do you make a habit of disliking driving and racing simulators by SCS Software?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Euro Truck Simulator", "developer": "SCS Software", "rating": "poor", "genres": ["driving/racing", "simulation"]}}
702e11b0-6d3e-4dde-bcea-f3ef051087b3
Since you like to play your games on Steam, have you heard of Sid Meier's Civilization V?
{"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Sid Meier's Civilization V", "available_on_steam": true}}
68004ad1-7109-46fc-bba7-45f80c94328d
TrackMania Turbo is an arcade driving/racing game that is both first person and third person. It was released in 2016.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "TrackMania Turbo", "release_year": 2016, "genres": ["arcade", "driving/racing"], "player_perspective": ["first person", "third person"]}}
90c7a1a1-4540-4f8b-8cea-c6d1135f055a
The Sims by Maxis is a good simulation strategy game with a bird view perspective.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "The Sims", "developer": "Maxis", "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"]}}
f051dde8-41e1-4ea3-83a0-863e7d6970b9
Oh, The Crew 2, the driving/racing game for PlayStation, right?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "The Crew 2", "genres": ["driving/racing"], "platforms": ["PlayStation"]}}
ff8af852-5e38-465c-b16f-df44f8dd0817
You should try the Room, it's an excellent point-and-click indie 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "The Room", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"]}}
e873c22c-373e-4e91-b313-e72b393e4266
I know you said earlier that Assassin's Creed II was quite good. Would you say you're a fan of M rated games developed by Ubisoft Montreal?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Assassin's Creed II", "developer": "Ubisoft Montreal", "esrb": "M (for Mature)", "rating": "good"}}
f98e1c92-baa1-4e5d-9236-baa5bd5f70f9
If you like grabbing games on Steam, you should check out Sid Meier's Civilization V. Unless you've already 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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Sid Meier's Civilization V", "available_on_steam": true}}
118dc5b7-696c-4365-91d7-243f019dc57e
TrackMania Turbo is a 2016 arcade racing game in which you can switch between first and third person view.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "TrackMania Turbo", "release_year": 2016, "genres": ["arcade", "driving/racing"], "player_perspective": ["first person", "third person"]}}
63d76557-e9b7-4388-9535-a60d00a97173
Transport Tycoon is a 1994 simulation strategy game available for PC only, but you cannot 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Transport Tycoon", "release_year": 1994, "genres": ["simulation", "strategy"], "platforms": ["PC"], "available_on_steam": false}}
23f573b3-29b1-459e-9cb6-1f97f776c6ce
When you refer to The Crew 2, are you talking about the driving/racing game for the PlayStation?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "The Crew 2", "genres": ["driving/racing"], "platforms": ["PlayStation"]}}
f9c1f0b1-6ed5-4bb5-ab74-06274abe62cb
You mentioned absolutely loving BioWare's Mass Effect 2. Do you feel the same way about other action-adventure RPGs which are shooters?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Mass Effect 2", "developer": "BioWare", "rating": "excellent", "genres": ["action-adventure", "role-playing", "shooter"]}}
96c410a4-211d-4bb2-bbae-b81dad2f0eb0
You said that you disliked Tomb Raider: The Angel of Darkness. Do you not really like to play games by Core Design from 2003 then?
{"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": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "developer": "Core Design", "rating": "poor"}}
6a0efd57-9276-4bfa-ba38-7f0d0a61f146
The arcade puzzle and strategy game, Tetris, has no multiplayer, but has received excellent reviews. The game is available on Nintendo, PC, Linux and Mac. It is not available on Steam, however.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Tetris", "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "has_multiplayer": false, "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": true, "has_mac_release": true}}
33c39d1c-7d3f-4a1c-8356-eec93c67db74
You said that NHL 15 was in your view merely average. Do you have a similar opinion on the rest of EA Canada's games for the PlayStation?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "NHL 15", "developer": "EA Canada", "rating": "average", "platforms": ["PlayStation"]}}
229a6387-0bba-4029-9d8a-82d0564bd84f
Transport Tycoon is a simulation-strategy game that came out in 1994. It was released on PC, but it is not available on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Transport Tycoon", "release_year": 1994, "genres": ["simulation", "strategy"], "platforms": ["PC"], "available_on_steam": false}}
c68c426a-83b9-4c74-b02d-5e60c06d54e7
Why do you like playing E rated adventure puzzle platformers?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"esrb": "E (for Everyone)", "rating": "good", "genres": ["adventure", "platformer", "puzzle"]}}
26f537a5-f818-4097-bd89-ebe7562a33cf
The Forest of Doom is a decent role-playing text adventure game that was developed by Tin Man Games. It is only available on PC, but has a Linux and a Mac release. It can only be played as a single-player game.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "The Forest of Doom", "developer": "Tin Man Games", "rating": "average", "genres": ["role-playing", "text adventure"], "has_multiplayer": false, "platforms": ["PC"], "has_linux_release": true, "has_mac_release": true}}
d4890355-5eeb-4821-a7d8-e4b1f9212587
I remember you saying that you really loved Uncharted 4: A Thief's End. Is that the case with most of the third person perspective games that offer a multiplayer mode?
{"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Uncharted 4: A Thief's End", "rating": "excellent", "player_perspective": ["third person"], "has_multiplayer": true}}
399e63e2-f32c-4e6d-985f-1ea72b9d7301
If I remember correctly, you did not like Tomb Raider: The Angel of Darkness. Did Core Design let go off their high standard in 2003, you think?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "developer": "Core Design", "rating": "poor"}}
4b4598ae-1fd3-468a-adaf-a24e1d8ca875
If you're looking for a good multiplayer game to play with your kid, Portal 2 is rated E 10+. Have you heard of it before?
{"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Portal 2", "esrb": "E 10+ (for Everyone 10 and Older)", "has_multiplayer": true}}
b78d6190-e35e-4e68-8799-021aaadeadef
You said earlier that NHL 15 was simply average. Are you usually unimpressed with PlayStation games from EA Canada?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "NHL 15", "developer": "EA Canada", "rating": "average", "platforms": ["PlayStation"]}}
8e7c7c4a-c06f-4d26-8970-662e7e1bc154
Transport Tycoon from 1994 is a simulation strategy for PC, but it's not on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Transport Tycoon", "release_year": 1994, "genres": ["simulation", "strategy"], "platforms": ["PC"], "available_on_steam": false}}
33e54fed-e0e0-4ad5-b1fe-efd71ad31b48
What is it that you enjoy about E rated adventure puzzle platformer games?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"esrb": "E (for Everyone)", "rating": "good", "genres": ["adventure", "platformer", "puzzle"]}}
6f4d4814-dbd3-4924-87ea-5d5ec661c907
World of Warcraft is a good adventure MMORPG that you play from a third person perspective.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "World of Warcraft", "rating": "good", "genres": ["adventure", "MMORPG"], "player_perspective": ["third person"]}}
e95382be-1d31-4b60-a741-ae0cdbf8f75a
You mentioned enjoying Metro 2033. Are you typically fond of action games on PC with shooting and role-playing?
{"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Metro 2033", "rating": "good", "genres": ["action", "role-playing", "shooter"], "platforms": ["PC"]}}
fd9fac9e-89bd-45d8-af6d-3760a98363f5
You said earlier that you dislike Tomb Raider: The Angel of Darkness. Are you just not a fan of games from 2003 by Core Design?
{"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": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "developer": "Core Design", "rating": "poor"}}
a9b86aaf-c8e9-4837-8106-3821ee0fb268
Oh, do you know about Portal 2? It's this amazing multiplayer E10+ game from Valve.
{"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Portal 2", "esrb": "E 10+ (for Everyone 10 and Older)", "has_multiplayer": true}}
ed2d67a8-0d13-46a1-a83f-c0dec27c262f
You didn't seem to be all that impressed with NHL 15. Does that go for other titles by EA Canada on PlayStation as well?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "NHL 15", "developer": "EA Canada", "rating": "average", "platforms": ["PlayStation"]}}
e3aa9e34-ca25-45ea-a017-13ad54f7b8d5
The Elder Scrolls V: Skyrim is pretty good. I enjoy the first person perspective in it, and I appreciate the game's availability on Steam.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "The Elder Scrolls V: Skyrim", "rating": "good", "player_perspective": ["first person"], "available_on_steam": true}}
caed136f-81cc-4572-88f5-96e86d63dacf
What is it about E rated adventure puzzle platformers that makes you like them?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"esrb": "E (for Everyone)", "rating": "good", "genres": ["adventure", "platformer", "puzzle"]}}
d266fed1-e57c-4854-8959-ae20912b3de2
Guitar Hero: Smash Hits is a poor music game from 2009. It has multiplayer and is available for PlayStation, Xbox, and Nintendo. The game is rated T (for Teen).
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Guitar Hero: Smash Hits", "release_year": 2009, "esrb": "T (for Teen)", "rating": "poor", "genres": ["music"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo"]}}
db9d16ac-9c33-43ed-afda-f17af608ccf7
Earlier you mentioned enjoying Crysis. Are you generally fond of first person perspective games for Xbox titles?
{"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Crysis", "rating": "good", "player_perspective": ["first person"], "platforms": ["Xbox"]}}
fad58697-3787-48d4-9972-f71d4b8ef032
You said you thought Need for Speed: Most Wanted was a pretty good game, if I remember right. Do you like to play games with friends in multiplayer?
{"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"}}, "required": ["has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "has_multiplayer": true}}
036921ad-a53b-4dd8-bc05-e6744b77ff4e
Speaking of multiplayer games suitable for Everyone 10 and older, have you heard of Portal 2?
{"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Portal 2", "esrb": "E 10+ (for Everyone 10 and Older)", "has_multiplayer": true}}
e3db90e9-cd9b-4f16-b230-972523be06ba
Tomb Raider: The Angel of Darkness is a third person action-adventure shooter released for PlayStation and PC. The single-player game was released in 2003. The game does have a Mac release, but does not offer a release 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation", "PC"], "has_linux_release": false, "has_mac_release": true}}
c1d2a8dd-0ddc-4ba7-aa83-3a783217b47f
Do you have a tip for a really challenging game?
{"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": "challenging"}}
8b7a61ef-7ec9-43d7-9c13-edfbafe481ea
If you are interested in sport games that have multiplayer, try NBA 2K16 from Visual Concepts. You can get it on PlayStation, Xbox, and PC and is available on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "NBA 2K16", "developer": "Visual Concepts", "genres": ["sport"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}}
5d598d4d-12fc-4884-9c01-b61571fe090a
You said you were ambivalent towards Tom Clancy's The Division. Is this the case for all games by Massive Entertainment on Steam?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Tom Clancy's The Division", "developer": "Massive Entertainment", "rating": "average", "available_on_steam": true}}
17ba3201-177e-40f8-a0fd-dbe077344a47
I know you liked Need for Speed: Most Wanted, but do you usually prefer games that offer multiplayer?
{"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"}}, "required": ["has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "has_multiplayer": true}}
e1ca1ac5-f4d7-46e5-9e65-8509fe28b588
If you're into third person shooters, you might like Tomb Raider: The Angel of Darkness. It came out in 2003, and it does not have multiplayer, but it is full of action and adventure. You can grab it on PlayStation and PC, and it even has a Mac version, but unfortunately there's 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"}, "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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation", "PC"], "has_linux_release": false, "has_mac_release": true}}
1c4cd96c-e7b3-4246-99f2-bc16b9e45434
I'm looking for a challenging game to play, have you played any lately?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}}
{"name": "request", "arguments": {"specifier": "challenging"}}
2e7d4f49-2328-43c8-ae9a-c4b003897277
Are you usually a fan of multiplayer games, or was Need for Speed: Most Wanted just particularly well done?
{"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"}}, "required": ["has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "has_multiplayer": true}}
04427f26-64a3-49a1-b545-c0b819184539
Tomb Raider: The Angel of Darkness from 2003 is an action-adventure third person shooter without multiplayer. It is on PlayStation and PC. No Linux, but there is Mac support.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation", "PC"], "has_linux_release": false, "has_mac_release": true}}
275a3a04-a320-40f1-ae5b-8f8fbfbf4b17
I really enjoy The Elder Scrolls V: Skyrim, that first person perspective was solid, and I do prefer getting things on Steam, as opposed to other retailers, because hey, it's nice and cheap usually.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "The Elder Scrolls V: Skyrim", "rating": "good", "player_perspective": ["first person"], "available_on_steam": true}}
623a823f-b864-4888-8ecc-32373435f652
What's the last game you played that you found particularly challenging?
{"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": "challenging"}}
d4217e05-12bb-4583-be65-b293ee876bed
If you're looking for more third person action-adventure shooter games, there's Alan Wake's American Nightmare from 2012. It has a T (for Teen) rating. It has received poor reviews, but it could still be worth a try.
{"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": "Alan Wake's American Nightmare", "release_year": 2012, "esrb": "T (for Teen)", "rating": "poor", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"]}}
d5cb8831-76a3-4a99-bac6-0225697fb70d
If you want to play a sport game, Dirt: Showdown is a first and third person driving/racing game. It runs on PlayStation, Xbox, and PC, but it is not on Mac or Linux. It is not available on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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": "Dirt: Showdown", "genres": ["driving/racing", "sport"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}}
bdb851bd-e6bd-46f3-8eb8-a829655a248a
Oh man, Quantum Break could have been so much better for a 2016 game, but instead it ended up being no more than a forgettable one like most of them.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["name", "rating", "release_year"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Quantum Break", "release_year": 2016, "rating": "average"}}
7113f139-108b-4a6b-ae71-b05409743846
The Elder Scrolls V: Skyrim is a good game in my view. I enjoyed the first person perspective and it being on Steam was a nice convenience.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "The Elder Scrolls V: Skyrim", "rating": "good", "player_perspective": ["first person"], "available_on_steam": true}}
60bff3c2-14cd-4f55-8d1b-389fdc62a61e
What is it about Ninja Theory's M rated games that appeals to you that much?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"developer": "Ninja Theory", "esrb": "M (for Mature)", "rating": "excellent"}}
edf0f16e-a006-4b7c-bfde-b8e34c231389
If you are into action-adventure fighting games, you should check out Mirror's Edge Catalyst. It's available for PlayStation, Xbox, and PC. It has a Linux release but isn't available on Steam or Mac.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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": "Mirror's Edge Catalyst", "genres": ["action-adventure", "fighting"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false, "has_linux_release": true, "has_mac_release": false}}
f1e8f350-ea1f-46d9-a339-0041cecddced
Alan Wake's American Nightmare was released in 2012 with a T (for Teen) rating. It is rated poor. It is a third person action-adventure shooter game.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Alan Wake's American Nightmare", "release_year": 2012, "esrb": "T (for Teen)", "rating": "poor", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"]}}
4bf50cfd-3c52-4c84-9f30-eff187508bb1
The sport racing game, Dirt: Showdown, released for PlayStation, Xbox, and PC, can be played from a first or third person view. The game is not available on Steam, nor does it have a Linux or a Mac release.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Dirt: Showdown", "genres": ["driving/racing", "sport"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}}
87a35d34-2be6-4d06-91ae-ce8a8386bba0
Man, 2016 was such a good year for games, but Quantum Break was just middle-of-the-road.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["name", "rating", "release_year"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Quantum Break", "release_year": 2016, "rating": "average"}}
d304ba1e-c43b-4294-aa30-8b6ac74d7bec
Hellblade: Senua's Sacrifice was released in the year 2017 on PlayStation, Xbox, and PC, though it hasn't been released for Linux or Mac, leaving it to be a Windows release only. It is a adventure, hack-and-slash, indie through the third person perspective, it does not have multiplayer.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Hellblade: Senua's Sacrifice", "release_year": 2017, "genres": ["adventure", "hack-and-slash", "indie"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}}
c61968a9-3646-4771-82e7-093d336f34dd
Why do you think that M rated games developed by Ninja Theory are always excellent?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"developer": "Ninja Theory", "esrb": "M (for Mature)", "rating": "excellent"}}
621d4e2c-7521-4588-8acb-4ff638493592
The PC only simulation strategy, Transport Tycoon, is unfortunately not available on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Transport Tycoon", "genres": ["simulation", "strategy"], "platforms": ["PC"], "available_on_steam": false}}
0e509cdf-d649-434f-91c7-08276cbe482c
Alan Wake's American Nightmare is a third person shooter from 2012. It is an action-adventure with a T (for Teen). Unfortunately, its reviews were pretty poor.
{"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": "Alan Wake's American Nightmare", "release_year": 2012, "esrb": "T (for Teen)", "rating": "poor", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"]}}
23d58ffb-55b1-4829-a432-fd66c11322bf
Dirt: Showdown is a game for PlayStation, Xbox and PC. This sport game is driving/racing and can be played in either the first person or third person. You cannot get this game on Steam nor play it on Linux or Mac.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "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": "Dirt: Showdown", "genres": ["driving/racing", "sport"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}}
7e63f806-9dda-4c1c-bd5f-32688a529135
Quantum Break, like all 2016 games, was just thoroughly average.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["name", "rating", "release_year"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Quantum Break", "release_year": 2016, "rating": "average"}}
5388bdf5-0120-4246-bf4b-88bdf4f8cd73
Hellblade: Senua's Sacrifice is a 2017 adventure, third person hack-and-slash, indie with no multiplayer. It's on PlayStation, Xbox, PC but not 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Hellblade: Senua's Sacrifice", "release_year": 2017, "genres": ["adventure", "hack-and-slash", "indie"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}}
63eabbd6-0d3e-439a-b525-a4ee15de551f
Why are Ninja Theory's M rated games some of the games you love most of all?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"developer": "Ninja Theory", "esrb": "M (for Mature)", "rating": "excellent"}}
e1803fcc-6fd9-42b2-a353-51c8da917d4d
Madden NFL 15 is a decent third person sports simulation game that allows you to play from a bird view perspective too. It was released in 2014 for PlayStation and Xbox consoles only.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Madden NFL 15", "release_year": 2014, "rating": "average", "genres": ["simulation", "sport"], "player_perspective": ["bird view", "third person"], "platforms": ["PlayStation", "Xbox"]}}
9eac4e9a-ead0-4f7a-bf6e-1e87fa1ebe17
Sid Meier's Civilization V was released in 2010. It's rated E 10+ and is a simulation turn-based strategy 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"}, "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"}}, "required": ["esrb", "genres", "name", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "release_year": 2010, "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["simulation", "turn-based strategy"], "player_perspective": ["bird view"]}}
9c4dc16b-b723-49df-980b-9dae9af37972
Worms: Reloaded, developed by Team17 Digital Ltd, is a strategy action-platformer. It was released in 2010 for the PC, and is available on Steam, Linux, and Mac.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Worms: Reloaded", "release_year": 2010, "developer": "Team17 Digital Ltd", "genres": ["action", "platformer", "strategy"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}}
6c7d46fa-e8c2-4c31-b725-e250576237d4
Mirror's Edge Catalyst is a decent action-adventure fighting game by EA Digital Illusions CE.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Mirror's Edge Catalyst", "developer": "EA Digital Illusions CE", "rating": "average", "genres": ["action-adventure", "fighting"]}}
b6d499b7-ead0-4a53-800b-8ff3f747d0f8
Have you played through any tactical action games on Steam, such as Tom Clancy's Splinter Cell: Chaos Theory?
{"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "genres": ["action", "tactical"], "available_on_steam": true}}
d3c8136d-648b-4ab1-b2f6-8303a338f9bf
2005's Need for Speed: Most Wanted was a fun racing game that 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"}, "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": "Need for Speed: Most Wanted", "release_year": 2005, "esrb": "T (for Teen)", "rating": "good", "genres": ["driving/racing"]}}
22a93696-a24e-45a8-8ac8-6710d5ceda2c
Sid Meier's Civilization V was released in 2010 and redefined the traditional bird's eye turn-based strategy sim formula. It's rated E 10+ (for Everyone 10 and Older).
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "genres", "name", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "release_year": 2010, "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["simulation", "turn-based strategy"], "player_perspective": ["bird view"]}}
aee2b78e-a316-49c4-b731-c0de403d97d7
Worms: Reloaded is a PC-exclusive action-strategy game from 2010 by Team17 Digital Ltd. You control the worms in a combination of an artillery game and a platformer. It also has Mac and Linux ports, which you can get through Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Worms: Reloaded", "release_year": 2010, "developer": "Team17 Digital Ltd", "genres": ["action", "platformer", "strategy"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}}
4165da3e-c34d-46c8-852b-206ae774f785
Mirror's Edge Catalyst is an average action-adventure fighting game developed by EA Digital Illusions CE.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Mirror's Edge Catalyst", "developer": "EA Digital Illusions CE", "rating": "average", "genres": ["action-adventure", "fighting"]}}
1050f36e-1858-4dac-8ba0-b6f88a6266ea
Are you a fan of tactical action games on Steam, like Tom Clancy's Splinter Cell: Chaos Theory?
{"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "genres": ["action", "tactical"], "available_on_steam": true}}
84df82d5-7f33-46d6-9d14-de37fec059aa
Sid Meier's Civilization V is a turn-based strategy simulation game that was released in 2010. It is played in bird view. It is good for Everyone 10 and Older.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "genres", "name", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "release_year": 2010, "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["simulation", "turn-based strategy"], "player_perspective": ["bird view"]}}
f4cb1933-45d4-4b3c-8c84-339f00fe73a5
Try Worms: Reloaded, it's a 2010 strategic action-platformer from Team17 Digital Ltd for the PC available through Steam. There is Linux and Mac support too.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Worms: Reloaded", "release_year": 2010, "developer": "Team17 Digital Ltd", "genres": ["action", "platformer", "strategy"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}}
84c23638-aea1-4efe-b861-8d7d8d8e7f1a
Mirror's Edge Catalyst is a first person action-adventure fighting game developed by EA Digital Illusions CE. It received average ratings among fans.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Mirror's Edge Catalyst", "developer": "EA Digital Illusions CE", "rating": "average", "genres": ["action-adventure", "fighting"]}}
2d6963c8-def8-4630-a79d-62fa884bd0fc
The third person indie hack-and-slash adventure title Hellblade: Senua's Sacrifice is playable on PlayStation, Xbox and PC. This 2017 release has no Mac or Linux version and no multiplayer mode.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Hellblade: Senua's Sacrifice", "release_year": 2017, "genres": ["adventure", "hack-and-slash", "indie"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}}
7c730998-dd39-4bc1-98ec-3e0177c17181
So have you played any of the tactical action games that are available on Steam, such as Tom Clancy's Splinter Cell: Chaos Theory?
{"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "genres": ["action", "tactical"], "available_on_steam": true}}
fac497f1-fbba-42c8-8760-0d89030b7e12