input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
Do you also like PC simulation strategy games like The Sims? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "The Sims", "genres": ["simulation", "strategy"], "platforms": ["PC"]}} | 0a9b8f16-3aef-4212-b1f0-2beee8e7513a |
You enjoyed World of Warcraft, huh? Do you like other games on the Mac too? | {"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_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "World of Warcraft", "rating": "good", "has_mac_release": true}} | 9f2e0f6a-1cab-4f0f-a324-724f190be871 |
For a good arcade driving/racing game with multiplayer, try TrackMania Turbo. Players can toggle between third and first person perspective. It was released in 2016 by Nadeo. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "TrackMania Turbo", "release_year": 2016, "developer": "Nadeo", "rating": "good", "genres": ["arcade", "driving/racing"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 92143ad2-44db-40f8-bdaf-f500b51236b5 |
Assassin's Creed Chronicles: India was released by Climax Studios in 2016. It is a poorly rated action-adventure platformer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed Chronicles: India", "release_year": 2016, "developer": "Climax Studios", "rating": "poor", "genres": ["action-adventure", "platformer"]}} | a7d41053-950c-4cd5-8553-177764546986 |
So I've gotten curious now, what is it about games released in 2004 that causes you to rave about how awesome they are all the time? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["rating", "release_year"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"release_year": 2004, "rating": "excellent"}} | 3905af8e-b31b-49c2-a6f9-04fac77dcfd7 |
What about multiplayer games do you find enjoyable? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "has_multiplayer": true}} | bff1288e-5570-4c0a-9a24-47033d91091c |
You previously told me you liked World of Warcraft. Do you normally expect games to have a Mac port for you to play them? | {"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_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "World of Warcraft", "rating": "good", "has_mac_release": true}} | 5a56a6ce-078d-41ea-89c3-bde0ce5e9df4 |
Assassin's Creed Chronicles: India is considered a rather poor action-adventure platformer released in 2016 by Climax Studios. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed Chronicles: India", "release_year": 2016, "developer": "Climax Studios", "rating": "poor", "genres": ["action-adventure", "platformer"]}} | ad3ade21-077d-4d65-9054-991dfb6b77a8 |
Trivial Pursuit is a poor multiplayer trivia/board game. It was developed by Electronic Arts. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Trivial Pursuit", "developer": "Electronic Arts", "rating": "poor", "genres": ["trivia/board game"], "has_multiplayer": true}} | 0ba21375-f1b6-4c9a-aaba-f39fa78c736d |
I was a fan of The Wolf Among Us. It's a solid third person point-and-click adventure game, a genre whose absence I really started to feel as the years progressed. Pretty happy it came back. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "The Wolf Among Us", "rating": "good", "genres": ["adventure", "point-and-click"], "player_perspective": ["third person"]}} | 788aef33-cf7d-46ca-9c5a-ec4ffd119eef |
You like multiplayer games quite a bit. Can you tell me why that is? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "has_multiplayer": true}} | aa7b6239-05e3-40f8-a866-8576c379dfeb |
Need for Speed: Shift is an average driving/racing and simulation game. It is playable in first and third person perspectives. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Need for Speed: Shift", "rating": "average", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person", "third person"]}} | 1a9fa649-d4bc-4396-85b8-1476307e9c19 |
TrackMania Turbo from 2016 is a good arcade driving game that has multiplayer. This Nadeo game has first and third person views. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "TrackMania Turbo", "release_year": 2016, "developer": "Nadeo", "rating": "good", "genres": ["arcade", "driving/racing"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 59d344db-e8b7-4632-a2a3-f811fc71c870 |
Assassin's Creed Chronicles: India is a poor action-adventure platformer developed by Climax Studios that 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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed Chronicles: India", "release_year": 2016, "developer": "Climax Studios", "rating": "poor", "genres": ["action-adventure", "platformer"]}} | 615075fe-af09-4529-8b8b-414f35856b40 |
Trivial Pursuit is a rather poor trivia/board game. At least Electronic Arts realized that it needed multiplayer, so it has that going for it. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Trivial Pursuit", "developer": "Electronic Arts", "rating": "poor", "genres": ["trivia/board game"], "has_multiplayer": true}} | d7f6ef2c-34dd-4709-b89f-0b1e0b991e82 |
I know that Tomb Raider: The Angel of Darkness was released in 2003, but that third person perspective really frustrated me. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "rating": "poor", "player_perspective": ["third person"]}} | a670aa7c-c11d-4be3-ba19-7f2f6f257893 |
So I'm curious, why is it you seem to enjoy multiplayer 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_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "has_multiplayer": true}} | 6309f2c0-40cf-4c27-a294-8b6579307ec0 |
Need for Speed: Shift is a driving/racing simulation game that most people considered to be average. One of the cool features is the ability to switch from first person to third person perspective while you play. | {"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": "Need for Speed: Shift", "rating": "average", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person", "third person"]}} | 30b87727-bec3-44f5-ba10-d80eb6a9f787 |
Football Manager 2015 was released in 2014. It is a good sport strategy simulation game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "rating": "good", "genres": ["simulation", "sport", "strategy"]}} | f2326b55-99a5-4ef2-ace0-e69aa26005f8 |
What don't you like about real-time role-playing strategy games from Grimlore Games? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Grimlore Games", "rating": "poor", "genres": ["real-time strategy", "role-playing"]}} | 8f661acc-c3de-4b20-8c66-678fed185e05 |
Trivial Pursuit is a trivia/board game developed by Electronic Arts. The game does offer multiplayer, but was received poorly by critics. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Trivial Pursuit", "developer": "Electronic Arts", "rating": "poor", "genres": ["trivia/board game"], "has_multiplayer": true}} | 19d7ed61-1a19-42cd-863e-59ae64abed88 |
I really didn't enjoy Tomb Raider: The Angel of Darkness, sure, I may have been just a kid in 2003, but I still could tell this third person game was a cut below the rest. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "rating": "poor", "player_perspective": ["third person"]}} | 4aff5523-aecd-469c-88ff-493c10effb69 |
Layers of Fear is an adventure point-and-click indie game that the Bloober Team developed with first person support, though it's received some poor ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Layers of Fear", "developer": "Bloober Team", "rating": "poor", "genres": ["adventure", "indie", "point-and-click"], "player_perspective": ["first person"]}} | 7fdff864-5bd3-4df0-885e-7e9b3f795c04 |
Need for Speed: Shift is an average driving/racing simulator. It runs in first person or 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": "Need for Speed: Shift", "rating": "average", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person", "third person"]}} | d749dcd8-7cf7-4bf5-a859-b45d6d956b11 |
If you like sports simulators, give Football Manager 2015 a try. It is a strategy game that has been receiving good ratings since it came out in 2014. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "rating": "good", "genres": ["simulation", "sport", "strategy"]}} | 57b5d150-a9b8-41a2-b163-dd7c045f9516 |
What makes you dislike Grimlore Games' RTS RPGs? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Grimlore Games", "rating": "poor", "genres": ["real-time strategy", "role-playing"]}} | 5c95098b-3965-40ac-ae86-4b096c73be9a |
Released in 1994, Transport Tycoon is a simulation and strategy 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"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Transport Tycoon", "release_year": 1994, "genres": ["simulation", "strategy"]}} | 7fd5bc2c-4545-45c0-8960-882792b26776 |
I don't really like playing games with a third person perspective, especially if they were released back in 2003 because it seemed no one knew how to deal with the camera that year. Tomb Raider: The Angel of Darkness is the perfect example of such a game and so, naturally, it's terrible. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "rating": "poor", "player_perspective": ["third person"]}} | fba99583-f63b-43fd-9ac4-29387d36566b |
Layers of Fear is a poorly reviewed indie point-and-click, first person adventure game developed by Bloober Team. | {"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": "Layers of Fear", "developer": "Bloober Team", "rating": "poor", "genres": ["adventure", "indie", "point-and-click"], "player_perspective": ["first person"]}} | aec5ce4e-3b9f-4cbc-91a3-f352dd495f88 |
Do you play video games on the Mac OS? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 6f130740-1236-4c47-97f8-2b8be43ade4a |
Football Manager 2015 is a good 2014 sports strategy sim. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "rating": "good", "genres": ["simulation", "sport", "strategy"]}} | 17ae92b2-2bbb-4dc0-a296-33f72a486f31 |
I'm curious to know why you think the games developed by Grimlore Games that combine the real-time strategy and role-playing genres are horrible. | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Grimlore Games", "rating": "poor", "genres": ["real-time strategy", "role-playing"]}} | 1d2dcdd1-2ecf-4bea-96c0-93b3db4b5ed9 |
Transport Tycoon from 1994 is a simulation strategy 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"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Transport Tycoon", "release_year": 1994, "genres": ["simulation", "strategy"]}} | 5e1844c4-df66-4298-b9a0-0a9079d15df0 |
I think Undertale was truly excellent. Games like it that ignore multiplayer to just focus on a good single-player experience are always the best. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Undertale", "rating": "excellent", "has_multiplayer": false}} | 2a0ad93d-91bc-41c9-84c1-6a84c353400e |
Layers of Fear is a poor indie adventure game by Bloober Team. The point-and-click is in first person only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Layers of Fear", "developer": "Bloober Team", "rating": "poor", "genres": ["adventure", "indie", "point-and-click"], "player_perspective": ["first person"]}} | 8b67e50a-00c9-4070-945d-ea28e9d9fa26 |
Does a game having a Mac release matter to you? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 9531bf1a-4df3-46ac-b3d8-2611d5f00711 |
Superhot is a tactical shooter released by an indie developer in 2016. It's a single-player only game restricted to first person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Superhot", "release_year": 2016, "genres": ["indie", "shooter", "tactical"], "player_perspective": ["first person"], "has_multiplayer": false}} | eb88ace6-78d3-4f5b-8e0f-871ce1de6010 |
Transport Tycoon is a simulation strategy game. It came out in 1994. | {"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"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Transport Tycoon", "release_year": 1994, "genres": ["simulation", "strategy"]}} | a93421e7-ed89-49df-8f34-83d96e123181 |
Undertale is a downright phenomenal single-player game. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Undertale", "rating": "excellent", "has_multiplayer": false}} | 20ad00b1-6abc-495e-a386-1a83cf726f8d |
Are you talking about the side view game Worms: Reloaded, the one that is available on Steam? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Worms: Reloaded", "player_perspective": ["side view"], "available_on_steam": true}} | e9391b49-27af-4839-b88a-ea3ada3ffa8b |
Is Mac your favorite platform for gaming? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | a713c9fa-e887-4877-bb41-9a2aab5af8db |
Tomb Raider: The Angel of Darkness is a third person action-adventure shooter from 2003. You can play it on PlayStation or get it on Steam for PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "PC"], "available_on_steam": true}} | 8bf49f02-0023-4783-91cb-305b7ebc14a3 |
Superhot, from 2016, is an indie tactical FPS. The game, however, has no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Superhot", "release_year": 2016, "genres": ["indie", "shooter", "tactical"], "player_perspective": ["first person"], "has_multiplayer": false}} | 93e9b5da-c039-4848-9e8e-54e04bb1bedd |
If you like action-adventure platformer games then you might want to try Assassin's Creed Chronicles: India despite the poor rating. It is released on the PlayStation, Xbox and PC but unfortunately has no support for Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed Chronicles: India", "rating": "poor", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 5bb01530-3201-4151-90b0-f790e46fbc5f |
With its great single-player campaign, I can enjoy playing Undertale any time. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Undertale", "rating": "excellent", "has_multiplayer": false}} | 16427269-4fdf-43f5-9c5f-d057a25206f7 |
Do you mean the Worms: Reloaded with a side view, released on Steam? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Worms: Reloaded", "player_perspective": ["side view"], "available_on_steam": true}} | 66727161-be39-43f8-b0b0-d93be3f25648 |
Do you play your games on Mac? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | bda81329-89c3-42ea-84d0-cf438288529c |
Superhot is an indie tactical shooter game played in the first person. It was released in 2016 and doesn't 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"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Superhot", "release_year": 2016, "genres": ["indie", "shooter", "tactical"], "player_perspective": ["first person"], "has_multiplayer": false}} | 0c9f8315-1d48-42e1-95e4-88cfb5cf0238 |
Assassin's Creed Chronicles: India is an action-adventure platformer game. Though it's received some poor ratings and doesn't have a Mac or Linux release, it can be played on PlayStation, Xbox as well as PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed Chronicles: India", "rating": "poor", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | cd544564-ffe6-4a95-9251-5ccf46f9deac |
Is the Worms: Reloaded you mentioned the one on Steam with the side view perspective? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Worms: Reloaded", "player_perspective": ["side view"], "available_on_steam": true}} | 884beeae-9f95-470a-945e-a2a7d9db8517 |
Do you use Mac as a platform for your gaming? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 8f1dbdd7-d1bb-40b5-9e3d-3d35349a84fe |
Tomb Raider: The Angel of Darkness released on Steam (PC) and PlayStation in 2003. It's an action-adventure, third person shooter. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "PC"], "available_on_steam": true}} | fb54887e-0b7f-4350-82a2-91525d053c75 |
For a first person shooter and puzzle platformer, try Portal 2. It is available on PlayStation and PC, and can be found on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Portal 2", "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "PC"], "available_on_steam": true}} | 3edb1c4f-b029-48cd-918e-d7c8532b7998 |
Tomb Raider: The Angel of Darkness is a third person shooter and action-adventure game that was rated T (for Teen) by the ESRB. It was released in 2003 for the PlayStation and PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "esrb": "T (for Teen)", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "PC"]}} | 96908e06-6fb6-473d-9a0f-9ba99cde36f4 |
Do you play games on Mac? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 1abdcbcf-71a0-49df-af73-9136685beae0 |
Portal 2 is a platforming first person shooter with puzzle elements. It was released on PlayStation 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Portal 2", "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "PC"], "available_on_steam": true}} | f60d1f28-e03a-44ed-940d-5b4f810f5e6c |
Does a game need a Mac release for you to be interested in it? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | baa57144-f869-4e33-8ad5-00118e3e0111 |
Tomb Raider: The Angel of Darkness was released in 2003. It's a third person action-adventure shooter that was released for PlayStation and PC only. It is also available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "PC"], "available_on_steam": true}} | dbdb68dd-827a-4ea9-98aa-ea851f980b0d |
Portal 2 is a first person platformer shooter that involves puzzle solving. It is available on Steam, and is out on is on PlayStation and PC platforms. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Portal 2", "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "PC"], "available_on_steam": true}} | 1a7f3d7e-4e59-4289-bbd3-d4c6a964142d |
Assassin's Creed Chronicles: India is an action-adventure platformer which received poor ratings from players. The game is available on PlayStation, Xbox, PC and has 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed Chronicles: India", "rating": "poor", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 5821cc6a-7e18-4ad4-884e-e3229854a223 |
Tomb Raider: The Angel of Darkness is an action-adventure, third person shooter from 2003. It was rated T (for Teen) on PlayStation and PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "esrb": "T (for Teen)", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "PC"]}} | a4130439-65c4-4157-b969-4713b5bba02a |
Do you generally play games on the Mac OS? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 8cc4fb6d-8602-4984-b584-c9baa29518f8 |
You should try Alan Wake's American Nightmare, an action-adventure shooter that came out back in 2012. You can play it on your Xbox or PC through Steam, but it doesn't have a Linux or Mac release. It was rated T (for Teen). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Alan Wake's American Nightmare", "release_year": 2012, "esrb": "T (for Teen)", "genres": ["action-adventure", "shooter"], "platforms": ["Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | c0bda37d-c7e3-4234-886a-4c953a83978b |
Is the Mafia that you're referring to the one for the PC that you can get on Steam? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Mafia", "platforms": ["PC"], "available_on_steam": true}} | 29d6d4ed-ab79-4fb1-b5a1-951083104d92 |
Metroid Prime Pinball is an average pinball game by Fuse Games that is rated E (for everyone). This puzzle game is only available for Nintendo. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "developer": "Fuse Games", "esrb": "E (for Everyone)", "rating": "average", "genres": ["pinball", "puzzle"], "platforms": ["Nintendo"]}} | a188f480-1450-491c-9026-58a34dbdcd14 |
Why do you prefer multiplayer games available through Steam? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "has_multiplayer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "has_multiplayer": true, "available_on_steam": true}} | 64a69acf-e8f1-4bc1-8f67-ed430e765070 |
Assassin's Creed Chronicles: India turned out to be pretty bad. It came out in 2016 and is an action-adventure platformer. It is available on PlayStation, Xbox, and PC, and even though it has a Steam release, there are no Mac or Linux versions. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed Chronicles: India", "release_year": 2016, "rating": "poor", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 56faf218-d018-427f-8b86-8fb2f100852d |
Assetto Corsa is a good E rated sport racing game that was released by Kunos Simulazioni. The simulation aspect can be enjoyed from either the first or the third person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assetto Corsa", "developer": "Kunos Simulazioni", "esrb": "E (for Everyone)", "rating": "good", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"]}} | b8e08cbe-726e-47a8-ba9d-f3831af145ad |
Normally I'm not into games like Tom Clancy's The Division, but this 2016 game is okay because it has multiplayer. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Tom Clancy's The Division", "release_year": 2016, "rating": "average", "has_multiplayer": true}} | a47aa5e2-72b4-4cd4-85b7-e428d7e5623d |
The Sims is a simulation strategy game with a bird's eye view. Originally released in 2000, the game received positive reviews from players despite its lack of multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Sims", "release_year": 2000, "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | e04ded61-6106-4048-b2fa-470fe5862392 |
Need for Speed: Payback is a 2017 third person racing game for PlayStation, Xbox, and PC. It is not released on Mac or Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Payback", "release_year": 2017, "genres": ["driving/racing"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 17d476fe-a9d6-43fe-a07d-dfabaef82635 |
Why do you like to play multiplayer games on Steam? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "has_multiplayer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "has_multiplayer": true, "available_on_steam": true}} | 30cd159d-35b2-430e-8018-165eac3cbe56 |
Assassin's Creed Chronicles: India is a poor action-adventure platformer from 2016. It can be played on multiple platforms including PC, Xbox, PlayStation, and is available on Steam. It did not have a release 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed Chronicles: India", "release_year": 2016, "rating": "poor", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | dca41dac-e31f-40a8-a102-ef8857c9c7e7 |
Mirror's Edge Catalyst is a game I don't regret playing, but it's not one that's gonna stick with me. It's got multiplayer which I liked, but it came out in 2016 and for whatever reason I just am not a fan of games from what year. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Mirror's Edge Catalyst", "release_year": 2016, "rating": "average", "has_multiplayer": true}} | 4cb1e7c5-c1d6-4cd3-b3c8-4cb63e104a1c |
World of Warcraft is an adventure MMORPG made by Blizzard Entertainment. It came out in 2004 and is rated T (for Teen). It generally has good ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "World of Warcraft", "release_year": 2004, "developer": "Blizzard Entertainment", "esrb": "T (for Teen)", "rating": "good", "genres": ["adventure", "MMORPG"]}} | 1d450ac0-6986-4b04-9726-ba8cdb1931c5 |
On September 7, 2018, the new third person action-adventure game, Spider-Man, is being released. It will be available on PlayStation only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Spider-Man", "exp_release_date": "September 7, 2018", "genres": ["action-adventure"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 937c2109-dbbe-4349-b558-1d2ea848897d |
What do multiplayer games on Steam have to offer that you appreciate? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "has_multiplayer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "has_multiplayer": true, "available_on_steam": true}} | e5752095-59c9-4745-a10a-c77bb950022a |
A racing game that you should check out is Need For Speed: Most Wanted. It's a multiplayer game released in 2005 for PlayStation, Xbox, Nintendo, and PC. It was not released for Steam, Linux, or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Most Wanted", "release_year": 2005, "genres": ["driving/racing"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | 4f5ce699-9c95-4a79-b91f-b0be6e87841e |
Layers of Fear is a adventure, indie, point-and-click game released in 2015 on the PlayStation, Xbox, Nintendo Switch, and PC. It is available for download on Steam. It is in the first person perspective and 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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Layers of Fear", "release_year": 2015, "genres": ["adventure", "indie", "point-and-click"], "player_perspective": ["first person"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true}} | e5954149-09e6-43a9-ba35-3b8f72256fb5 |
Spider-Man is an action-adventure game that is played in the third person perspective. The game is expected to be released on September 7, 2018 exclusively for PlayStation. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Spider-Man", "exp_release_date": "September 7, 2018", "genres": ["action-adventure"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | e3de870b-c28b-44a6-b7d5-a02e1571e69e |
Crysis was a good first person shooter. It was an action-adventure game from 2007. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person"]}} | 42e06f39-36a1-44d3-9341-7984da8b7cce |
Ori and the Blind Forest is a fantastic adventure platformer with puzzles that has been developed by Moon Studios. The game doesn't have multiplayer support. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Ori and the Blind Forest", "developer": "Moon Studios", "rating": "excellent", "genres": ["adventure", "platformer", "puzzle"], "has_multiplayer": false}} | 867b866d-175f-4527-8edf-8944d48914ac |
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}} | e4272fc9-56b9-42ac-8d92-0266271648d3 |
Spider-Man will be released on September 7, 2018. It's a third person action-adventure game for PlayStation. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Spider-Man", "exp_release_date": "September 7, 2018", "genres": ["action-adventure"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | c109d0cf-7e8b-498c-8e7c-c46d5db7928e |
Crysis is a first person shooter released in 2007. The action-adventure game was reviewed as good. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person"]}} | 65198e46-5777-4468-a774-2ef4964f78f8 |
Assassin's Creed Chronicles: India was a poor action-adventure platformer released in 2016 for the PlayStation, Xbox, and PC. You can get it on Steam, but you can't 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed Chronicles: India", "release_year": 2016, "rating": "poor", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 622e2813-210f-4017-be3b-0b055ab7491f |
Assetto Corsa is a good example of a sport driving simulation game for everyone, with support of both first person and third person perspectives. It was developed by Kunos Simulazioni. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assetto Corsa", "developer": "Kunos Simulazioni", "esrb": "E (for Everyone)", "rating": "good", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"]}} | dfa3c762-a5d6-4b6d-af96-b897aa2344d9 |
Final Fantasy VII is an excellent adventure RPG for the PlayStation and PC. There's 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Final Fantasy VII", "rating": "excellent", "genres": ["adventure", "role-playing"], "platforms": ["PlayStation", "PC"], "has_linux_release": false, "has_mac_release": false}} | e70b725e-1721-46c4-be4b-7d503b4a9951 |
I have fun playing Age of Empires II: The Age of Kings. I like that it has a multiplayer and, since it's only rated T (for Teen), I'm able to play it with friends and younger siblings. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Age of Empires II: The Age of Kings", "esrb": "T (for Teen)", "rating": "good", "has_multiplayer": true}} | c842e60c-7bda-45b5-b96c-d27939bd98d8 |
World of Warcraft: Battle for Azeroth is an MMORPG to be released August 14, 2018 as a PC exclusive game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "World of Warcraft: Battle for Azeroth", "exp_release_date": "August 14, 2018", "genres": ["MMORPG"], "platforms": ["PC"]}} | 3f563325-9abb-4519-8767-1f045bc9fc0f |
Crysis is a good action-adventure, first person shooter game which was released in 2007. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person"]}} | 451bda97-2977-4798-b0ff-ab2d54fd687c |
Bus Driver is a poor indie driving simulator. | {"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": "Bus Driver", "rating": "poor", "genres": ["driving/racing", "indie", "simulation"]}} | 75435b32-bfae-4533-ade8-999d8d2f2162 |
BioShock is a good action-adventure role-playing game that came out in 2007 and is a first person shooter. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "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"]}} | 5f51681b-a6de-4016-8b15-3eb6dc903c4b |
If you want an excellent adventure game, Undertale is a 2015 indie role-playing game that is set in bird view. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "release_year": 2015, "rating": "excellent", "genres": ["adventure", "indie", "role-playing"], "player_perspective": ["bird view"]}} | 4130f7a8-d0bd-4a0e-8759-4a3ca83bd397 |
Release in 2011, Need for Speed: The Run is an average racing game that can be played on PlayStation, Xbox, Nintendo and even PC, but it isn't available on Steam. You can switch between the first person and third person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: The Run", "release_year": 2011, "rating": "average", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false}} | aa555780-10aa-44e6-9fad-316ca4c41d2e |
If you enjoy indie adventure games, check out Outlast II. It was released in 2017 by Red Barrels and can be played on PlayStation, Xbox, Nintendo Switch, and PC. It is available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Outlast II", "release_year": 2017, "developer": "Red Barrels", "genres": ["adventure", "indie"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true}} | 3a254635-8a79-4294-bcf7-4bc4748eae53 |
Undertale is an excellent bird view adventure RPG. It is an indie title that was released in 2015. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "release_year": 2015, "rating": "excellent", "genres": ["adventure", "indie", "role-playing"], "player_perspective": ["bird view"]}} | 26b51aa1-4062-4f42-88fa-76d8f3563e1f |
Lara Croft and the Temple of Osiris is an action-adventure puzzle game with shooter elements which is available on PlayStation, Xbox, and PC. Unfortunately there's no Mac or 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Lara Croft and the Temple of Osiris", "genres": ["action-adventure", "puzzle", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | c8ec001e-99b6-4699-8cf5-455174e1269f |
Tomb Raider: The Last Revelation is a good action-adventure, puzzle, shooter game that was released in 1999. It is played in the third person perspective. The game does not support multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tomb Raider: The Last Revelation", "release_year": 1999, "rating": "good", "genres": ["action-adventure", "puzzle", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false}} | df4f128d-884e-4229-84fc-c6d58b085e52 |
Small World 2 from Days of Wonder is an indie trivia/board game with multiplayer for the PC through Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Small World 2", "developer": "Days of Wonder", "genres": ["indie", "trivia/board game"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true}} | 67cf1f6d-4a1c-44c4-bb59-7712c1778297 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.